Incompatibility between storybook and vue devtools...? #29649
Unanswered
eric-g-97477
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.com/eric-g-97477-vue/dev-tools-plugin-test
To create this, I did the following...
(1) I created the default vue Project
(2) I initialized the project with
npm install
.(3) I ran
npx storybook@latest init
(4) I then setup storybook to be able to use Pinia. Based on https://storybook.js.org/docs/get-started/frameworks/vue3-vite, I added
to
.storybook/preview.js
.(5) I then run
npm run storybook
and the below error appears in the console when I click around using the stories for button, header, or page.Either I have missed something in the configuration or there is a bug in either storybook or the vue devtools. I am not sure which is the case between those three options.
I can create an actual bug report if someone can confirm where the problem lies...
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions