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
Type error: 'AuthProvider' cannot be used as a JSX component.
Its type '(props: PropsWithChildren<{ sdk: Auth; }>) => Element' is not a valid JSX element type.
Type '(props: PropsWithChildren<{ sdk: Auth; }>) => Element' is not assignable to type '(props: any) => ReactNode | Promise<ReactNode>'.
Type 'Element' is not assignable to type 'ReactNode | Promise<ReactNode>'.
Expected behavior
It type checks against react 19.
The text was updated successfully, but these errors were encountered:
Version info
React: 19
Firebase: 11.0.2
ReactFire: 4.2.3
Other (e.g. Node, browser, operating system) (if applicable): Node 20
Problem
As of this change to
react/@types
,reactfire
no longer type checks. It errors like:Expected behavior
It type checks against react 19.
The text was updated successfully, but these errors were encountered: