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
i'm getting an error when i wrap my app with overlay : Type '{ onCommand: (command: any) => void; features: { overlay: (WrappedComponent: ComponentType<{}>) => (props?: Record<string, any> | undefined) => Element; }; }' is not assignable to type 'ReactNode'
and if i use Reactotron.overlay i get an issue that overlay doesn't exist , and to note the network monitoring is working for me but i should remove overlay wrapper.
Reactotron version
"reactotron-react-native": "^5.1.9"
The text was updated successfully, but these errors were encountered:
Describe the bug
i have a simple react native app:
i have this config
reactotron-config.js:
App.tsx
:i'm getting an error when i wrap my app with overlay :
Type '{ onCommand: (command: any) => void; features: { overlay: (WrappedComponent: ComponentType<{}>) => (props?: Record<string, any> | undefined) => Element; }; }' is not assignable to type 'ReactNode'
and if i use Reactotron.overlay i get an issue that
overlay
doesn't exist , and to note the network monitoring is working for me but i should remove overlay wrapper.Reactotron version
"reactotron-react-native": "^5.1.9"
The text was updated successfully, but these errors were encountered: