Skip to content

Error [ERR_REQUIRE_ESM]: require() of ES Modul #910

Discussion options

You must be logged in to vote


Temporary Fix: Changed the code in line 7
from:

const core_1 = require("@wagmi/core");

to:

const core_1 = import("@wagmi/core");

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@moldy530
Comment options

Answer selected by avarobinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants