You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}>
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'}>
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={tw
flex-grow flex-shrink md:pl-56
} id={'content-container'}>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={tw
flex-shrink flex-grow md:pl-56
} id={'content-container'}>Still can't figure out why..
The text was updated successfully, but these errors were encountered: