carbon-design-system / icons-motion

A library of animated Carbon icons
Apache License 2.0
17 stars 10 forks source link

React 17 & 18 support #254

Open alisonjoseph opened 1 year ago

alisonjoseph commented 1 year ago

Currently only React 16 is supported, would be nice to have 17 & 18 as a peer dep as well.

christian-louria1 commented 6 months ago

Is there an update on this or a timeline on when we can expect a fix for this?

xrissot-ibm commented 2 months ago

Hi All, we're using <SavingMotion> component in our product that was just updated to React18 and wonder when will this upgrade will happens?

We now have some warnings in the dev console like: hydration-error-info.js:63 Warning: SavingMotion: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

TIA, Xavier