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

Migrate to useId from nanoid #240

Closed
nlopin opened this issue Jun 3, 2022 · 2 comments
Closed

Migrate to useId from nanoid #240

nlopin opened this issue Jun 3, 2022 · 2 comments
Assignees
Labels
breaking change Breaking changes that require a major version release released on @next
Milestone

Comments

@nlopin
Copy link
Contributor

nlopin commented Jun 3, 2022

The new React Engine (#239) exposes new useId hook which can generate stable ids both on the server and frontend side.

That means we can migrate to this hook and remove nanoid from the project which solved the same task (not successfully, because ids were not the same on BE and FE sides)

@nlopin nlopin added the breaking change Breaking changes that require a major version release label Jun 3, 2022
@nlopin nlopin added this to the Wave@2 milestone Jun 3, 2022
This was referenced Mar 13, 2023
@martimalek martimalek mentioned this issue Apr 6, 2023
1 task
@martimalek
Copy link
Contributor

Closing it since it was tackled in #321 and will be merged to next with #311

@martimalek martimalek self-assigned this Aug 29, 2023
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Breaking changes that require a major version release released on @next
Development

No branches or pull requests

2 participants