Decorator in Storybook #2512
Answered
by
TkDodo
MattCarr147
asked this question in
Q&A
-
Hi there, I'm having trouble using react-query with Storybook (v6.3.6). Specifically, I am encountering the following error when viewing my stories within the Storybook UI:
I have configured a global decorator in Storybook as follows, note that this pattern has been used for HOCs from various different libraries without issue:
Any ideas? Has anyone got react-query working with Storybook? |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Jul 29, 2021
Replies: 1 comment 5 replies
-
we also use decorators in storybook for that and it works well. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
MattCarr147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we also use decorators in storybook for that and it works well.