Replies: 1 comment
-
Actually this seems to be working |
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.
I'm trying to debug a storybook issue, and it'd be a lot easier if I could use the react devtools components tab. But by default this doesn't work because storybook renders stories in an iframe.
Describe the solution you'd like
It looks like you can make this work by forwarding
__REACT_DEVTOOLS_GLOBAL_HOOK__
from the parent window.https://stackoverflow.com/a/72032679/2451889
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
I'd like to try this out locally, any tips on where I could add this would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions