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
Only on Web, Android working. Tested other Providers which are working fine so the cause seems to be the Event Provider.
If you wrap your navigator in your _layout.tsx like this:
Uncaught Error: <Screen /> component in `default export` at `app/report/_layout` must not have a `children`, `component`, or `getComponent` prop when used as a child of a Layout Route
withLayoutContext.js:21
React 4
useFilterScreenChildren withLayoutContext.js:14
React 3
useFilterScreenChildren withLayoutContext.js:12
Navigator withLayoutContext.js:54
React 13
withLayoutContext.js:21:30
withLayoutContext.js:21
React 4
useFilterScreenChildren withLayoutContext.js:14
React 3
useFilterScreenChildren withLayoutContext.js:12
Navigator withLayoutContext.js:54
React 13
The text was updated successfully, but these errors were encountered:
Only on Web, Android working. Tested other Providers which are working fine so the cause seems to be the Event Provider.
If you wrap your navigator in your _layout.tsx like this:
You get:
The text was updated successfully, but these errors were encountered: