Closed bartaz closed 2 months ago
With the migration to use React's useId we require the use of React 18, because that's where it was introduced. This removes the peer dependency of React 17.
useId
Related to: https://github.com/canonical/react-components/pull/1050
:tada: This PR is included in version 1.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Done
With the migration to use React's
useId
we require the use of React 18, because that's where it was introduced. This removes the peer dependency of React 17.Related to: https://github.com/canonical/react-components/pull/1050