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
TS2322: Type
ForwardRefExoticComponent<Omit<IconProps, 'ref'> & RefAttributes<SVGSVGElement>>
is not assignable to type Icon
Types of property defaultProps are incompatible.
....
Expected behavior
To not get any errors
Screenshots
Getting this error:
Context (please complete the following information):
Additional notes
This error wasn't there prior to updating Nextjs (and related packages) from Nextjs 13 to Nextjs 14
The text was updated successfully, but these errors were encountered:
Describe the bug
Copy paste a custom icon example from the readme page into your Nextjs 14 project:
Getting a Typescript error:
Expected behavior
To not get any errors
Screenshots
Getting this error:
Context (please complete the following information):
Additional notes
This error wasn't there prior to updating Nextjs (and related packages) from Nextjs 13 to Nextjs 14
The text was updated successfully, but these errors were encountered: