5.0.0
- Added better TypeScript integration
Breaking changes
Old-style overrides were replaced with regular Next.js interfaces:
NextJSContext
->NextPageContext
NextJSAppContext
->AppContext
you can import them as usual:
import {NextPageContext, AppContext} from 'next';