Closed nickbosland closed 2 months ago
Latest commit: cf6b87dceb1fd269546baadb853473186233d8f7
The changes in this PR will be included in the next version bump.
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
We are anxiously waiting for this PR to land. We've tested it and it seems to work fine.
I will take a look.
Hi @MilanKovacic did you get a chance to take a look? We'd very much appreciate it!
Thank you @MilanKovacic — appreciated.
@nickbosland if you get chance to take a look at the feedback that would be great, or equally we'd be happy to submit a PR if you're short on time. Thanks all
@nickbosland are you OK to merge this if you have rights? TY
@MilanKovacic what are the next steps to get this released ?
It is waiting for approval from Joel.
StrictMode in React 18 renders a component an extra time where the component is unmounted and mounted again. This sets the
unmounted
value totrue
which prevent to component from actually mounting.Fixes #160