-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ResizeObserver not defined for mobile screens #1928
Comments
@nikasvan, yes, it's been fixed but not released yet. |
Thanks for the answer @plouc. Is it possible to fix this(locally) before this change is released? |
if you want to avoid this script error impacting non-nivo use and you're ok with suppressing charts for end-of-life webkits, you can suppress nivo for now with a helper:
|
Do we know when the next release will be that includes the fix to this? |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! |
Describe/explain the bug
Trying to run nivo/heatmap in React Native(Expo) but getting the error message: "Can't find variable: ResizeObserver"
Package.json looks like this:
By looking into issues noticed that something similar happened a month ago. The fix was provided for it #1886 here but I do not think that newest release was published(to npm) as the version on npm is still 0.79.0 but the latest GitHub commits to master are for 0.79.1. Not sure if this is related.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: