Replies: 2 comments 1 reply
-
Have you tried updating your import to use the static functions?
|
Beta Was this translation helpful? Give feedback.
1 reply
-
For me the issue was I was passing some components along as arguments for other components to render, they're not able to be serialized. I don't know why simply importing things from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As soon as I add the
@storybook/addon-interactions
plugin to.storybook/main.ts
(at the end of the plugin list), I get the following error when displaying the story for one of my components:The issue only appears for one component and not all of them. I tried reproducing the issue in a minimal sample, but there everything works fine. The component having the issue is pretty complex and I can't put it online as its proprietary.
I use these tools:
The error message seems to be related to how the
html
andsvg
functions are used, but I've double-checked and my use of these functions is fine. Does anyone have an idea of what might be going on?Beta Was this translation helpful? Give feedback.
All reactions