Skip to content

Conversation

@treetips
Copy link
Owner

@treetips treetips commented Jul 8, 2019

Now support Next.js v9 !!

  • remove external @types/next (v9 include @types)
  • fix built-in type check error (ex. unuse variable)
  • next.js auto modify tsconfig.json at npm run dev

Change props type

https://github.com/zeit/next.js/blob/v9.0.0/examples/with-typescript/pages/detail.tsx#L8

Official example use type, not use interface .

@treetips treetips merged commit 4d1d390 into master Jul 8, 2019
@treetips treetips deleted the feature/support_v9 branch July 8, 2019 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants