Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Examples] TypeError: Cannot read property 'kind' of undefined #16672

Closed
awareness481 opened this issue Aug 29, 2020 · 1 comment · Fixed by #16673
Closed

[Examples] TypeError: Cannot read property 'kind' of undefined #16672

awareness481 opened this issue Aug 29, 2020 · 1 comment · Fixed by #16673
Labels
good first issue Easy to fix issues, good for newcomers
Milestone

Comments

@awareness481
Copy link
Contributor

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:

  1. $ npx create-next-app --example with-react-intl with-react-intl-app
  2. Run $ npm run dev
  3. See typescript error

Expected behavior

No Error

System information

  • OS: Windows 10
  • Browser (if applies) [e.g. chrome, safari]
  • Version of Next.js: v9.5.3-canary.25
  • Version of Node.js: [e.g. 10.10.0]

Additional context

Other affected examples

  • custom-server-typescript/package.json: "typescript": "3.8.3"
  • with-ant-design-pro-layout-less/package.json: "typescript": "3.8.3"
  • with-aws-amplify-typescript/package.json: "typescript": "3.9.5"
  • with-expo-typescript/package.json: "typescript": "3.9.3"
  • with-typescript/package.json: "typescript": "3.9.7"
  • with-typescript-styled-components/package.json: "typescript": "3.5.2"
  • with-typescript-types/package.json: "typescript": "3.7.3

"

@Timer Timer added good first issue Easy to fix issues, good for newcomers kind: bug labels Aug 30, 2020
@Timer Timer added this to the iteration 8 milestone Aug 30, 2020
@balazsorban44
Copy link
Member

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 vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Easy to fix issues, good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants