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
24 │ let make = (~navigation as _, ~route as _) =>
25 │ <Navigator>
26 │ <Screen
27 │ name="Home"
. │ ...
42 │ )}
43 │ />
44 │ </Navigator>
45 │ }
This record expression is expected to have type navigatorProps
The field children does not belong to type navigatorProps
FAILED: cannot make progress due to previous errors.
Expected behavior
npm i and npm res:build and everything success
Actual behavior
build failure. but it works when delete Example.res from node_modules
The problem
How to reproduce
Some error likes these:
Expected behavior
npm i
andnpm res:build
and everything successActual behavior
build failure. but it works when delete
Example.res
fromnode_modules
Environment
The text was updated successfully, but these errors were encountered: