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
I'm using typescript on my app, I added a basic <Box> with padding prop p={3} but got this error:
Type '{ children: Element; p: number; }' is not assignable to type 'IntrinsicAttributes & BoxProps & { children?: ReactNode; }'.
Property 'p' does not exist on type 'IntrinsicAttributes & BoxProps & { children?: ReactNode; }'.ts(2322)
I'm using typescript on my app, I added a basic
<Box>
with padding propp={3}
but got this error:Reproduce link
https://codesandbox.io/s/festive-shockley-knjb6
The text was updated successfully, but these errors were encountered: