You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
Reactotron.storybookSwitcher() only works by wrapping the entire app. However, there are cases it's not ideal so what I've done is to connect to Reactotron directly by websocket and capture the messages: infinitered/ignite#1839
The problem from above is, toggling Storybook is not bidirectional, so ultimately we'd need to have some sort of a listener and a message sending interface works like storybookSwitcher.
Reactotron.storybookSwitcher()only works by wrapping the entire app. However, there are cases it's not ideal so what I've done is to connect to Reactotron directly by websocket and capture the messages: infinitered/ignite#1839The problem from above is, toggling Storybook is not bidirectional, so ultimately we'd need to have some sort of a listener and a message sending interface works like storybookSwitcher.