in src/ui/compiler.tsx [24:27]
render() { if (typeof Element === "undefined") return null; return typeof Element === "function" ? <Element /> : Element; }