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

Remove support for react 16 and 17 in next major #8331

Closed
alex-page opened this issue Feb 13, 2023 · 2 comments
Closed

Remove support for react 16 and 17 in next major #8331

alex-page opened this issue Feb 13, 2023 · 2 comments
Assignees

Comments

@alex-page
Copy link
Member

No description provided.

@BPScott
Copy link
Member

BPScott commented Feb 13, 2023

Dropping support for React v16 and v17, would allow us to begin using the useId hook for producing IDs in place of the existing and flawed useUniqueId.

Replacing usage of useUniqueId with useId would allow us to finally close the long-standing issue #1761, which details the shortcomings of useUniqueId.

alex-page added a commit that referenced this issue Feb 15, 2023
### WHY are these changes introduced?

Fixes #8331

### WHAT is this pull request doing?

Removing support for v16 and v17 from Shopify Polaris.
@alex-page
Copy link
Member Author

@BPScott I have made a new issue to track useId #8395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants