We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://esm.sh/stable/react@19.0.0/denonext/react.mjs
import __Process$ from "node:process";
The text was updated successfully, but these errors were encountered:
you should use https://esm.sh/stable/react@19.0.0/esnext/react.mjs for browser, denonext target only works in deno runtime.
https://esm.sh/stable/react@19.0.0/esnext/react.mjs
denonext
or use the latest build that omit the Process:
Process
import React from "https://esm.sh/react@19.0.0"
Sorry, something went wrong.
I found solution here lucacasonato/esbuild_deno_loader#163
No branches or pull requests
Failing module
https://esm.sh/stable/react@19.0.0/denonext/react.mjs
Error message
import __Process$ from "node:process";
Additional info
The text was updated successfully, but these errors were encountered: