You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
In React 18, <StrictMode> was introduced, that effectively just re-renders everything twice to shake out memory leaks and unintended bugs.
It looks like this causes tiny-slider-react to throw or not show up on the page. By triggering on and off Strict Mode I can pretty reliably cause an error.
Reproduction
Here is a full repro case. Adjusting the TRIGGER_BUG variable to true will enable Strict Mode and cause the issues I've been seeing.
The text was updated successfully, but these errors were encountered:
Hi! Small update: the current version of the slider is 0.5.7 and the problem is still there: now the page doesn't crash, but the slider doesn't initialize. You can see it in your CodeSandbox if you updated the version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
In React 18,
<StrictMode>
was introduced, that effectively just re-renders everything twice to shake out memory leaks and unintended bugs.It looks like this causes tiny-slider-react to throw or not show up on the page. By triggering on and off Strict Mode I can pretty reliably cause an error.
Reproduction
Here is a full repro case. Adjusting the TRIGGER_BUG variable to
true
will enable Strict Mode and cause the issues I've been seeing.The text was updated successfully, but these errors were encountered: