MCPcopy Create free account
hub / github.com/hashintel/hash / render

Method render

apps/hash-frontend/src/pages/_document.page.tsx:12–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11class Document extends NextDocument<CustomDocumentProps> {
12 render() {
13 const { nonce } = this.props;
14
15 return (
16 <Html lang="en">
17 <Head nonce={nonce} />
18 <body>
19 <Main />
20 <NextScript nonce={nonce} />
21 </body>
22 </Html>
23 );
24 }
25}
26
27// This config is pulled from the official Nextjs + MUI example

Callers 6

options.tsxFile · 0.45
popup.tsxFile · 0.45
working.tsxFile · 0.45
main.tsxFile · 0.45
index.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected