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

contextProvider offset does not work in apps with StrictMode enabled #779

Open
satoren opened this issue Apr 23, 2024 · 0 comments
Open

Comments

@satoren
Copy link

satoren commented Apr 23, 2024

When StrictMode is enabled from React 18, unmount is called twice. unmount is called immediately after mount to overwrite the offset to 0 because the contextProvider feature saves the offset in unmount The unmount is called immediately after the mount, and the offset is overwritten to 0.

Therefore, saving the offset in context does not work.

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

1 participant