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

where does `document` come from

the default ultra gives me a client.tsx like this

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


when I run
deno check
it complains about document

how / where it getting document from?
Was this page helpful?