-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
HstSelect control throws error #206
Comments
I came over with the same problem, it seems that the HstSelect doesn't work when I copied that in my project. Have you got any idea? |
Looks like the definition is missing here indeed |
@Akryum I got the same error on a project where the option was reactive, but I tried to create a repro on Stackblitz and couldn't reproduce anymore, it's something related with the floating-vue |
Describe the bug
When writing a story and using the HstSelect control, the story stops working. The following error is shown in the console:

In addition, the

HstSelect
has no intellisense in VSCode.Reproduction
I've created a new Vue3 project using npm init vue@next, afterwards I've added Histoire to the project using the steps described in the documentation. To get the project to run I had to downgrade
vite
and@vitejs/plugin-vue
as Histoire doesn't yet support Vite 3.I've copied the
BaseButton.vue
component from the histoire example and pasted it into the project I just created.The repository can be found here
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: