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
The entry point of your app exists usually either in `index.js` or `App.tsx` file. In case of navigation with Expo Router v3.x, the entry point is inside `app/_layout.js`.
182
+
:::
183
+
173
184
Please also follow the steps mentioned in the links below for corresponding dependencies:
Inference only works correctly when all generics are provided by a given input.
154
-
[Partial Type Argument Inference](https://github.com/microsoft/TypeScript/issues/26242) is currently not supported in TypeScript.
155
-
156
-
### Higher Order Components
157
-
158
-
The lack of partial inference is particularly relevant if Higher Order Components (HOC) are used in place of the provided context hooks.
159
-
The `withChannelContext` HOC accepts the generics similarly to the `useChannelContext` hook, but because partial inference is not supported the props for the wrapped component must also be explicitly provided.
0 commit comments