esm.sh
esm.sh copied to clipboard
Could not resolve "react/v39/[email protected]/deno/object-assign"
I have not much to add other than the error:
Uncaught Error: [esm.sh] esbuild: Could not resolve "react/v39/[email protected]/deno/object-assign" (mark it as external to exclude it from the bundle)
<anonymous> object-assign.development.js:1
object-assign.development.js:1:20
<anonymous> object-assign.development.js:1
InnerModuleEvaluation self-hosted:2379
InnerModuleEvaluation self-hosted:2379
InnerModuleEval
Same as #52
where you got this error?object-assign is not the sub module of react
It is just the console output with the following page:
import React from "react";
import { Button } from "@material-ui/core";
export default () => {
return <Button>Test</Button>;
};
this should works now, free to open if i am wrong