Parameterize loader return value with storybook args #72
Unanswered
tschmidt01
asked this question in
Q&A
Replies: 1 comment
-
Hi @tschmidt01 👋 At the moment no there is no way to do that. Are you willing to try and submit a PR for this ? |
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
-
When using this plugin with remix, we cannot execute the real loader as there is no Remix server running so I need to essential mock the response value of the loader when defining a story:
Is there any way to parameterize the loader response using Storybook args?
Beta Was this translation helpful? Give feedback.
All reactions