Yaki (ShibaTales)
Yaki (ShibaTales)
Explore posts from servers
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
thanks you for your help and for your patience 🙂
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
....that worked ❤️
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
Trying it now
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
Or just adding a resolutions field to package.json?
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
npm-force-resolutions?
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
"devDependencies": {
"@types/node": "^20.11.13",
"@types/papaparse": "^5.3.14",
"autoprefixer": "^10.4.17",
"postcss": "8.4.35",
"solid-start-vercel": "0.2.32",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"vite": "4.5.2",
"vite-plugin-solid": "2.7.2"
},
"dependencies": {
"@solidjs/meta": "0.28.7",
"@solidjs/router": "0.8.4",
"flowbite": "^2.2.1",
"papaparse": "^5.4.1",
"solid-js": "1.7.8",
"solid-start": "0.2.32",
"undici": "^5.22.1"
},
"devDependencies": {
"@types/node": "^20.11.13",
"@types/papaparse": "^5.3.14",
"autoprefixer": "^10.4.17",
"postcss": "8.4.35",
"solid-start-vercel": "0.2.32",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"vite": "4.5.2",
"vite-plugin-solid": "2.7.2"
},
"dependencies": {
"@solidjs/meta": "0.28.7",
"@solidjs/router": "0.8.4",
"flowbite": "^2.2.1",
"papaparse": "^5.4.1",
"solid-js": "1.7.8",
"solid-start": "0.2.32",
"undici": "^5.22.1"
},
i looked at the other package versions too and hard coded exact versions; still, it persists
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
plugins: [ solid({ adapter: vercel() }) ],
plugins: [ solid({ adapter: vercel() }) ],
instead of this i should use vite-plugin-solid instead?
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
vite-plugin-solid@^2.7.0:
version "2.9.1"
resolved "https://registry.yarnpkg.com/vite-plugin-solid/-/vite-plugin-solid-2.9.1.tgz#916cd0894afb48d1e0917bae9a52113d8778837d"
integrity sha512-RC4hj+lbvljw57BbMGDApvEOPEh14lwrr/GeXRLNQLcR1qnOdzOwwTSFy13Gj/6FNIZpBEl0bWPU+VYFawrqUw==
dependencies:
"@babel/core" "^7.23.3"
"@types/babel__core" "^7.20.4"
babel-preset-solid "^1.8.4"
merge-anything "^5.1.7"
solid-refresh "^0.6.3"
vitefu "^0.2.5"
vite-plugin-solid@^2.7.0:
version "2.9.1"
resolved "https://registry.yarnpkg.com/vite-plugin-solid/-/vite-plugin-solid-2.9.1.tgz#916cd0894afb48d1e0917bae9a52113d8778837d"
integrity sha512-RC4hj+lbvljw57BbMGDApvEOPEh14lwrr/GeXRLNQLcR1qnOdzOwwTSFy13Gj/6FNIZpBEl0bWPU+VYFawrqUw==
dependencies:
"@babel/core" "^7.23.3"
"@types/babel__core" "^7.20.4"
babel-preset-solid "^1.8.4"
merge-anything "^5.1.7"
solid-refresh "^0.6.3"
vitefu "^0.2.5"
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
oh
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
it worked for a little while on yarn and then all of a sudden
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
pnpm seemed to also have the issue
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
yarn
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
vite-plugin-solid "^2.7.0"
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
or should i try another version of solid-start somewhere? and thanks for the responses!
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
do i need to bump down the version?
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
no it didn't work, and the error is stemming from the solid-start package via vercel init
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
let me try one more thing
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
was not that
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
let me try that out first
43 replies
SSolidJS
Created by Yaki (ShibaTales) on 2/9/2024 in #support
Uncaught ReferenceError: React is not defined
it's such a weird bug, like why would solidjs require React lol. i even checked the node_modules files and it's all solid solidjs
43 replies