Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use useId instead of React internals #3254

Merged
merged 4 commits into from
May 29, 2024

Commits on May 29, 2024

  1. Use useId instead of React internals

    These may break in any React release which may result in blocking the ecosystem from seemlessly upgrading to new React releases.
    
    We can use `useId` instead which is available since React 18.
    eps1lon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e780a19 View commit details
    Browse the repository at this point in the history
  2. inline useId hook

    No need to use `useStableCollectionKey` anymore
    RobinMalfait committed May 29, 2024
    Configuration menu
    Copy the full SHA
    02f9165 View commit details
    Browse the repository at this point in the history
  3. reformat comment

    RobinMalfait committed May 29, 2024
    Configuration menu
    Copy the full SHA
    68b20da View commit details
    Browse the repository at this point in the history
  4. update changelog

    RobinMalfait committed May 29, 2024
    Configuration menu
    Copy the full SHA
    de9cf84 View commit details
    Browse the repository at this point in the history