| 5 | /* TODO: Render <html> with lang */ |
| 6 | |
| 7 | export default class MyDocument extends Document { |
| 8 | static async getInitialProps(ctx: DocumentContext) { |
| 9 | const sheet = new ServerStyleSheet() |
| 10 | const originalRenderPage = ctx.renderPage |
nothing calls this directly
no outgoing calls
no test coverage detected