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
I've just cloned this repo and the NextJS app runs and builds fine which is great.
I'm hesitant to proceed however as VsCode is telling me numerous components have invalid prods. 2 examples:
screens/auth/layout/index.tsx reports that expects height and width to be numbers but they are string
screens/auth/forgot-password/index.tsx Toast's variant prop is set to "accent" in the starter code but emits this error:
Type '"accent"' is not assignable to type '"solid" | "outline" | undefined'.
Any ideas? Pasting my package.json in case this is a version issue, it's unchanged from cloning the repo today:
I've just cloned this repo and the NextJS app runs and builds fine which is great.
I'm hesitant to proceed however as VsCode is telling me numerous components have invalid prods. 2 examples:
screens/auth/layout/index.tsx
reports thatscreens/auth/forgot-password/index.tsx
Toast's variant prop is set to "accent" in the starter code but emits this error:Any ideas? Pasting my package.json in case this is a version issue, it's unchanged from cloning the repo today:
The text was updated successfully, but these errors were encountered: