MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / getInitialProps

Method getInitialProps

apps/web/pages/_document.tsx:10–12  ·  view source on GitHub ↗
(context: DocumentContext)

Source from the content-addressed store, hash-verified

8
9export default class _Document extends Document {
10 static async getInitialProps(context: DocumentContext) {
11 return Document.getInitialProps(context);
12 }
13 render() {
14 return (
15 <Html lang="en">

Callers 1

_error.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected