MCPcopy Create free account
hub / github.com/dabbott/react-native-express /

Class

pages/_document.tsx:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5/* TODO: Render <html> with lang */
6
7export default class MyDocument extends Document {
8 static async getInitialProps(ctx: DocumentContext) {
9 const sheet = new ServerStyleSheet()
10 const originalRenderPage = ctx.renderPage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected