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
In scripts/react-ssr-prepass.d.ts this type is mapped to React.ElementType<any>. However, the type defined above more accurately would be mapped to React.ReactElement<any> (see @types/react)
The text was updated successfully, but these errors were encountered:
The Flow type definition of the
element
argument is found insrc/element.js
:In
scripts/react-ssr-prepass.d.ts
this type is mapped toReact.ElementType<any>
. However, the type defined above more accurately would be mapped toReact.ReactElement<any>
(see @types/react)The text was updated successfully, but these errors were encountered: