You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a deno project with site using deno run -A npm:create-vite-extra and all works fine if I select the TS project. If I select the JS project, I get the following despite the fact that types are installed and configured by default:
TypeError: createRoot is not a function. (In 'createRoot(document.getElementById("root"))', 'createRoot' is undefined)
Reproduction
I can't add bc there's no way to select runtime
Steps to reproduce
deno run -A npm:create-vite-extra with JavaScript project
Describe the bug
I'm creating a deno project with site using
deno run -A npm:create-vite-extra
and all works fine if I select the TS project. If I select the JS project, I get the following despite the fact that types are installed and configured by default:Reproduction
I can't add bc there's no way to select runtime
Steps to reproduce
deno run -A npm:create-vite-extra
with JavaScript projectSystem Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: