| 2 | import { ServerStyleSheet } from 'styled-components'; |
| 3 | |
| 4 | export default class MyDocument extends Document { |
| 5 | static async getInitialProps(ctx) { |
| 6 | const sheet = new ServerStyleSheet() |
| 7 | const originalRenderPage = ctx.renderPage |
nothing calls this directly
no outgoing calls
no test coverage detected