Benjamin R Bowers
Benjamin R Bowers
My suggestion is to turn off "react/prop-types", but ONLY for shadcn/ui Add to eslint config: ```javascript module.exports = { overrides: [ ..., // shadcn/ui { files: ['app/shadcn/ui/**/*.{ts,tsx}'], rules: { "react/prop-types":...
*[Edit]: I think I am dealing with #836 and this is indeed solved by #840. This comment may still be useful to those who get here through google search though....
After changing to 4.0.15 but reverting https://github.com/marklawlor/nativewind/commit/6bb5648f0cd0cd045e2f6a29f96ed73469fd9d25, the problem still persists. Not really sure what the problem is at this point, but the solution remains to be to use `4.0.14`
> After changing to 4.0.15 but reverting [6bb5648](https://github.com/marklawlor/nativewind/commit/6bb5648f0cd0cd045e2f6a29f96ed73469fd9d25), the problem still persists. Not really sure what the problem is at this point, but the solution remains to be to use...
@feledori This doesn't seem to work for me, though it is worth noting that my path does not seem to have any spaces. Just thought worth pointing out that this...
Having this issue and working version for me seems to be `4.0.14` Literally the bare minimum version for me because this is the version `gap-x` starts working. And lo and...
After changing to `4.0.15` but reverting https://github.com/marklawlor/nativewind/commit/6bb5648f0cd0cd045e2f6a29f96ed73469fd9d25, the problem still persists. Not really sure what the problem is at this point, but the solution remains to be to use `4.0.14`
Got 4.0.36 working! The problem was yarn. I got away with using yarn v1 for far too long, but this seems to be the straw that broke the camel's back....
Default tsconfig from create-remix@latest: ```json { "include": [ "**/*.ts", "**/*.tsx", "**/.server/**/*.ts", "**/.server/**/*.tsx", "**/.client/**/*.ts", "**/.client/**/*.tsx" ], "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2022"], "types": ["@remix-run/node", "vite/client"], "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx",...
After moving from yarn to pnpm, this now works with no issues: ``` >> pnpm exec tsx seed/seed-citizens ``` pnpm: 9.6.0 edgedb version: 5.6+51fd5fe EdgeDB CLI: 5.2.2+270dbfa edgedb-js: 1.5.7 node:...