You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
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; } }
The text was updated successfully, but these errors were encountered: