Replies: 1 comment
-
of course this problem wouldn't be if we render() the component directly But having a "Scene" (as the |
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
-
Is your feature request related to a problem? Please describe.
pmndrs/drei uses Storybook to test their React components: https://drei.pmnd.rs/?path=%2Fdocs%2Fstaging-cloud--docs
We use CSF3 story format.
As already discussed with @shilman when pressing "Show code", for cloud.stories.tsx, we can see:
❌ which is correct, but not great
Describe the solution you'd like
✅ what would be more useful:
Ie: showing/including the Story tested-component instantiation, here
<Cloud ... />
, hence the wholeCloudScene
.Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
https://discord.com/channels/486522875931656193/1251527964353495070
Beta Was this translation helpful? Give feedback.
All reactions