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
Currently stuck between 2 versions of @types/react at v2.2.19 vs ^v2.2.21
v2.2.19 will have problems with other React-related types for root and portal mounting. Argument of type 'Element' is not assignable to parameter of type 'ReactNode'. Need to support at least until .21 onwaards
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Encountering similar issues to MaterialUI librqary with regards to "crossOrigin" property in Input parameters
creativetimofficial/material-tailwind#427
Currently stuck between 2 versions of
@types/react
atv2.2.19
vs^v2.2.21
v2.2.19
will have problems with other React-related types for root and portal mounting.Argument of type 'Element' is not assignable to parameter of type 'ReactNode'
. Need to support at least until.21
onwaardsThe text was updated successfully, but these errors were encountered: