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
the underlying component takes `nativeSize` and maps it towards `size`,
while also ignoring the actual `size` prop. However, this only works if
`nativeSize` isn't filtered out by `shouldForwardProp`;
additionally, the typeof 'string' check is unnecessary because according
to the types, `prop` is `propName`, which is always a string
0 commit comments