deno run --allow-read --allow-write --allow-env npm:create-vite-extra@latestdeno run --allow-read --allow-write --allow-env npm:create-vite-extra@latest I see the following errors. (It's important to note that on another computer, there are no errors whatsoever.)vite.config.tsvite.config.ts file. Is there a missing step upon installation that needs to be run? 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.ts(2686)'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.ts(2686). I understand that adding the import React from "react"import React from "react" statement would fix this, but I also know we don't need that statement in React anymore. Join the Discord to ask follow-up questions and connect with the community