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
This is causing issues in our storybook stories because now we have the unstyled color picked rendered in each component. Manually including the vueform css at least hides it but this feels like it shouldnt render in the first place.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
vite / typescript
Reproduction
https://stackblitz.com/edit/stackblitz-starters-palmnrqm?file=vueform.config.ts
Describe the bug
When adding vueform / builder to the app it will render out the color picker into the dom even without including the
<VueformBuilder />
element:This is causing issues in our storybook stories because now we have the unstyled color picked rendered in each component. Manually including the vueform css at least hides it but this feels like it shouldnt render in the first place.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: