-
Notifications
You must be signed in to change notification settings - Fork 43
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
Svelte error when using axis #86
Comments
@vpanyushenko Thanks for the detailed bug report! We'll look into it. |
@vpanyushenko (cc @reb-dev ) I've just published version |
It's working on my end. Thank you for the quick turnaround! I've updated the live link and repo with the new updates as well: https://unovis-svelte-repo-panyushenko.vercel.app/ |
@vpanyushenko Great, thanks for the quick check! |
The error message says Uncaught
TypeError: Cannot read properties of undefined (reading 'config')
This seems to only happen when using
VisAxis
components when the whole component is getting destroyed, typically due to a page navigation.Package versions:
I have a local reproduction repo here: https://github.com/vpanyushenko/unovis-svelte-repo and a live version here: https://unovis-svelte-repo-panyushenko.vercel.app/
To reproduce the issue:
The text was updated successfully, but these errors were encountered: