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
Cannot read property 'optionsStore' of undefined in Chart when React.StrictMode is used.
This can be observed in the following demo:
https://stackblitz.com/edit/react-czl5og?file=app/main.jsx
The text was updated successfully, but these errors were encountered:
This is connected to the use of old context.api
Sorry, something went wrong.
Charts and Gauges are updated with the new context API - waiting unit tests support to release the change.
Charts
Gauges
As our tests and using Enzyme, we are currently blocked by the following issue:
enzymejs/enzyme#1553
The fix in the KendoReact Charts is on PR, once the enzyme issue is resolved or there is a workaround available, we will proceed.
This issue is no longer reproducible after the update to the new Context API: #548
vladimirivanoviliev
No branches or pull requests
Cannot read property 'optionsStore' of undefined in Chart when React.StrictMode is used.
This can be observed in the following demo:
https://stackblitz.com/edit/react-czl5og?file=app/main.jsx
The text was updated successfully, but these errors were encountered: