Ferris Armstrong
Results
2
issues of
Ferris Armstrong
Outlined in the dev [blog](https://nextjs.org/blog/next-9), and [upgrade guide](https://github.com/zeit/next.js/blob/canary/UPGRADING.md) upgrading to Nextjs9 you have to remove @types/next to avoid conflicts > TypeScript Definitions are published with the next package, so you...
There is a naming mismatch when generating the mock data. For example if you have this enum, it gets resolved as: ```jsx // Enum export enum Sort { createdDate =...
bug