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
TypeError: Cannot read property 'kind' of undefined' for examples running <4.0 Typescript.
This is a typescript issue and was fixed in 4.0 microsoft/TypeScript#38383 (comment)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Describe the bug
TypeError: Cannot read property 'kind' of undefined'
for examples running <4.0 Typescript.This is a typescript issue and was fixed in 4.0 microsoft/TypeScript#38383 (comment)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
npx create-next-app --example with-react-intl with-react-intl-app
npm run dev
Expected behavior
No Error
System information
Additional context
Other affected examples
"
The text was updated successfully, but these errors were encountered: