DenoDDeno
Powered by
dan.the.discloserD
Denoβ€’4y agoβ€’
15 replies
dan.the.discloser

where does `document` come from

the default ultra gives me a
client.tsx
client.tsx
like this

import hydrate from "ultra/hydrate.js";
import App from "./src/app.tsx";
hydrate(document, <App />);
import hydrate from "ultra/hydrate.js";
import App from "./src/app.tsx";
hydrate(document, <App />);


when I run
deno check
deno check
it complains about
document
document


how / where it getting
document
document
from?
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Property 'document' does not exist on type 'Window & typeof globalThis'.
ali ghamdanAali ghamdan / help
15mo ago
From where can I get parseArgs?
dan.the.discloserDdan.the.discloser / help
4y ago
how to document oak api
bigBbig / help
3y ago
[react] document is not defined
JordanJJordan / help
4y ago