-
Notifications
You must be signed in to change notification settings - Fork 76
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
Bug: Color-Picker Not Rendering in Vue JS #4481
Comments
More information is required to proceed with this issue:
This issue will be automatically closed in five days if the information is not provided. Thanks for your understanding. |
TL;DR - the reported error is caused by a
|
@benelan Let's sync up on this tomorrow to see if we can make the switch. |
Ended up patching |
Installed and assigned for verification. |
Actual Behavior
The calcite-color-picker component doesn not render within a Vue application. When attempting to use the color-picker, the following error occurrs:
This error is only persistent in the latest version of the software
1.0.0-beta.81
. When reverting to1.0.0-beta.80
, the color-picker component renders fine.Expected Behavior
The calcite-color-picker should render within Vue apps.
Reproduction Sample
https://github.com/joeyHarig/cc-vue-color-picker-bug
Reproduction Steps
npm install
npm run serve
http://localhost:8080/
at __spreadArray"
Reproduction Version
1.0.0-beta.81
Relevant Info
Browser: Chrome, Firefox
OS: macOS Monterey
Using Stencil within a Vue App: https://stenciljs.com/docs/vue
Regression?
1.0.0-beta.80
The text was updated successfully, but these errors were encountered: