CreateCSSProperties
is not assignable to CSSProperties
after upgrading to 4.0.2
#16198
Labels
CreateCSSProperties
is not assignable to CSSProperties
after upgrading to 4.0.2
#16198
I found
CreateCSSProperties
is not assignable toCSSProperties
after upgrading to4.0.2
.Below is my code:
The
styles
ofMenuIcon
is type ofstyles?: React.CSSProperties;
. I get this error:It seems that after
4.0.2
createStyles
returns a type which is not compatible withReact.CSSProperties
. Is there a quick way to fix it?The text was updated successfully, but these errors were encountered: