-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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]: decodeEntities option is required in browser builds #25523
Comments
Please @p3k if you can't reproduce the bug, a PR may introduce another bug that you don't see. so please create a reproduction repo, i will help you fix your issue inshallah. |
That error comes from the Vue sfc-compiler, so something wrong with the vue integration of storybook. I also get this error, but for me the source code of stories is also broken, so this might be related? |
Same here. The Source code does not appear here either. I have the same version in vue2 and it works normally. |
@chakAs3 Do you know which version of Vue |
decodeEntities only used for DOM compilers that runs in the browser. |
I also see this error. I have a few stories, but I only see this error for a component that uses Vue's Date Picker.
npm ls gives:
|
Describe the bug
While stories render fine, the following error is thrown in the dev console:
To Reproduce
not sure I can provide this… 😬
System
Additional context
Might be related to / duplicate of #25496.
Searching for
decodeEntities
in the Storybook documentation yields no results:The text was updated successfully, but these errors were encountered: