esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Could not resolve "react/v39/[email protected]/deno/object-assign"

Open noverby opened this issue 4 years ago • 3 comments

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

noverby avatar Apr 11 '21 17:04 noverby

Same as #52

ije avatar Apr 12 '21 16:04 ije

where you got this error?object-assign is not the sub module of react

ije avatar Apr 13 '21 02:04 ije

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>;
};

noverby avatar Apr 13 '21 09:04 noverby

this should works now, free to open if i am wrong

ije avatar Sep 04 '23 10:09 ije