Replies: 1 comment
-
Changing from: "@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6", to "@types/node": "20.4.1",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7" fixed the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't manage to set
className
for aDialog
. When I mouse overclassName
, I get "Type 'string' is not assignable to type 'never'".I have a similar setup on a different project, and it works. I'm not sure where's the version mismatch. Any ideas on what it could be?
Build error:

Deps:
Beta Was this translation helpful? Give feedback.
All reactions