Open MoSaberMo opened 1 year ago
@MoSaberMo have you tried with Storybook 7.0? npx sb@next init
to install a new project, or to upgrade https://storybook.js.org/migration-guides/7.0
@Integrayshaun Is this something you've encountered before or can otherwise help out with?
@shilman I haven't tried this out with vue 2 yet.
@MoSaberMo Do you have repo where I can dig into the issue a little more?
@shilman I tried to upgrade before but it didn't fix the problem. I'll try it again.
@Integrayshaun Here is the github repo U can check :
Thanks in advance.
@MohammedSaberMohammed Thank you for sending the repo this way! I'm currently away at a spa but I'll look at this tomorrow morning 🙏
Hello @Integrayshaun,
Did you find the issue's root cause ?
Hey @MohammedSaberMohammed!
I had a chance to dive in to your codebase but wasn't able to get a full solution working.
Based on what I could gather, The vue-cli is adding a bunch of stuff into the webpack config including a dedicated vuetify-loader. However, I wasn't able to pin point exactly what it adds and what you'd need to add to Storybook's webpackFinal
to get this working properly
@Integrayshaun I appreciate your efforts, What can I do to make the project work with u? I'm open to any help. Or Do you need more time to investigate ?
Double down on this issue :/
@MoSaberMo
Apologies for the wait. It's been quite busy with the release of Storybook 7.0 and trying to crush some more Styling configuration problems.
Now that we have a stable Storybook 7.0 can we revisit getting your project upgraded using
npx storybook@latest upgrade
Once you have upgraded, you can replace @storybook/preset-scss
(Which is now deprecated) with @storybook/addon-styling
. There's more information in this guide
Let me know if you still get stuck and we can take another crack at it 🙏
Hi, is this issue still relevant? If it has been resolved, it might be a good idea to close this issue to keep the repository up-to-date. Thanks!
Describe the bug
I'm facing an issue When I use the storybook with vuetify framework and when I run the project it gives the following error multiple times.
knowing that the my project is working fine and all of the components renders correctly even v-icon.
main.js
preview.js
manager.js
Here is an example of my stories
To Reproduce
No response
System
Additional context
No response