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 '{ color: string; textDecoration: string; position: "relative"; ':before': { opacity: number; content: string; position: string; left: string; fontSize: string; }; ':hover': { ':before': { opacity: number; }; }; }' is not assignable to type 'string | CSSProperties | (string | CSSProperties)[] | { [key: string]: CSSProperties; }'.
The types of '':before'.position' are incompatible between these types.
Type 'string' is not assignable to type 'PositionProperty'.ts(2322)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: