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
The latest version v1.11.0 does not properly resolve the auto imported type of Icon
With the previous v1.10.3 - the auto imported Icon component shows a type error if missing props and also shows available props in the VS Code context window:
With v1.11.0 - the Icon component does not show any type errors if missing props and the available props are not displayed by VS Code:
The latest version v1.11.0 does not properly resolve the auto imported type of
Icon
With the previous v1.10.3 - the auto imported
Icon
component shows a type error if missing props and also shows available props in the VS Code context window:With v1.11.0 - the
Icon
component does not show any type errors if missing props and the available props are not displayed by VS Code:Using dependencies:
With latest nuxt config:
The text was updated successfully, but these errors were encountered: