Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while installing #3

Open
GeneraalEend opened this issue Jan 24, 2022 · 0 comments
Open

error while installing #3

GeneraalEend opened this issue Jan 24, 2022 · 0 comments

Comments

@GeneraalEend
Copy link

ERROR in resources/scripts/routers/DashboardRouter.tsx:29:32
TS2322: Type '{ setPanelShown: Dispatch<SetStateAction>; }' is not assignable to type 'IntrinsicAttributes'.
Property 'setPanelShown' does not exist on type 'IntrinsicAttributes'.
27 |
28 | <div css={twflex-grow flex-shrink md:pl-56} id={'content-container'}>

29 |
| ^^^^^^^^^^^^^
30 |
31 |
32 | <Route path={'/'} exact>

ERROR in resources/scripts/routers/ServerRouter.tsx:142:36
TS2322: Type '{ setPanelShown: Dispatch<SetStateAction>; }' is not assignable to type 'IntrinsicAttributes'.
Property 'setPanelShown' does not exist on type 'IntrinsicAttributes'.
140 |
141 | <div css={twflex-shrink flex-grow md:pl-56} id={'content-container'}>

142 |
| ^^^^^^^^^^^^^
143 | {(!uuid || !id) ?
144 | error ?
145 |
error Command failed with exit code 2.

Still can't figure out why..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant