Fix hydration mismatches with React.useId - #2566
Conversation
🦋 Changeset detectedLatest commit: 409b0cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| '@emotion/core': minor | ||
| '@emotion/styled': minor | ||
| '@emotion/styled-base': minor |
There was a problem hiding this comment.
Why minor instead of patch? Don't mind strongly either way, just curious
There was a problem hiding this comment.
I've decided to do the same for the types-related change. Kinda doesn't matter but maybe puts less pressure on people to immediately update their code. At the time being they don't have to do the update - they will only have to do that if they start using React 18 and that has not been even released yet.
Dunno, I just sometimes use minor bumps for some additional context than a "new feature". The problem here is that this might affect some people - for example, the serialized output of jest-emotion might change (like it has changed in our tests on this branch here). So this leaves a little bit of breathing room for people so they can stay on the previous version if they want.
No description provided.