Skip to content
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

Vue 3 Support? #32

Open
DE-ZIX opened this issue Oct 29, 2021 · 0 comments
Open

Vue 3 Support? #32

DE-ZIX opened this issue Oct 29, 2021 · 0 comments

Comments

@DE-ZIX
Copy link

DE-ZIX commented Oct 29, 2021

Is there any plans to add support to the new version of Vue? It gives a few minors errors when trying to use it with the new version and the component does not compile. Such as:

vue-d3-sunburst.umd.js?6987:13880 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'defaultSchemeColor')

Because of this prop:

colorScheme: { type: String, required: false, default: function _default() { return this.defaultSchemeColor; }, validator: function validator(value) { return Object.keys(colorSchemes).indexOf(value) !== -1; } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant