Boby
Boby
Explore posts from servers
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
thanks for helping me out @German_Noob , currently I am reading this docs and I will let you know when I will get it working.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
- name: Run tests run: deno test -A --unstable-sloppy-imports
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
can I make some changes in these lines of code/customize it, if that could fix the problem
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
🙏
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
should I use another tool with the next.js for doing this check, though I don't need this added abstraction of GH CI/CD I am just trying to play and learn this thing, is there anything that would be more compatible with the Next.js for CI/CD or am I good with Deno and should shift my focus on solving this issue.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
thanks for your help, I tried doing some changes in tsconfig.json and next.config.mjs but still not have any luck, I also tried looking at the Stack Overflow article that you shared but I was not able to solve this.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
import React from 'react'; I tried adding this but then I was getting the linting error
11 replies