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
When updating @types/react to a newer version, Icon will fail in downstream create-react-app with a Typescript error claiming onResize, onResizeCapture is missing from the type. These two things are added in that update, but why does Icon fail unless you add onResize={undefined} onResizeCapture={undefined} to the element? Imvestigate. (This could apply to other elements as well, I have not added everything yet in my kitchensink app)
To test, eds-core-react version 0.29.0 can be used as it has the problematic @types/react, or otherwise use local package
The text was updated successfully, but these errors were encountered:
When updating
@types/react
to a newer version, Icon will fail in downstream create-react-app with a Typescript error claimingonResize, onResizeCapture
is missing from the type. These two things are added in that update, but why does Icon fail unless you addonResize={undefined} onResizeCapture={undefined}
to the element? Imvestigate. (This could apply to other elements as well, I have not added everything yet in my kitchensink app)To test, eds-core-react version 0.29.0 can be used as it has the problematic
@types/react
, or otherwise use local packageThe text was updated successfully, but these errors were encountered: