We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When wrapping the application in React.StrictMode, the ticks of an EuiRange element are not rendering correctly.
React.StrictMode
EuiRange
Environment and versions
To Reproduce Create a React app like so
<React.StrictMode> <EuiProvider> <EuiRange min={0} max={100} step={10} value={20} showTicks /> </EuiProvider> </React.StrictMode>
Expected behavior Ticks should be displayed as shown in the documentation.
Minimum reproducible sandbox https://codesandbox.io/p/sandbox/blissful-mopsa-46j7tt?file=%2Findex.js%3A24%2C1
Screenshots
The text was updated successfully, but these errors were encountered:
Hi @trifacts, thank you for the bug report! Unfortunately, we do not currently support strict mode: #7774.
I'm going to close this issue in favor of #7774. You can follow that issue for progress updates on Strict Mode support.
It's not currently on our Roadmap, so I'm not sure when / if we will provide support.
Sorry, something went wrong.
Got it, thanks for the info!
No branches or pull requests
Describe the bug
When wrapping the application in
React.StrictMode
, the ticks of anEuiRange
element are not rendering correctly.Environment and versions
To Reproduce
Create a React app like so
Expected behavior
Ticks should be displayed as shown in the documentation.
Minimum reproducible sandbox
https://codesandbox.io/p/sandbox/blissful-mopsa-46j7tt?file=%2Findex.js%3A24%2C1
Screenshots
The text was updated successfully, but these errors were encountered: