Error [ERR_REQUIRE_ESM]: require() of ES Modul #910
Answered
by
nufailTanjiro
nufailTanjiro
asked this question in
Issues
-
Beta Was this translation helpful? Give feedback.
Answered by
nufailTanjiro
Aug 7, 2024
Replies: 1 comment 1 reply
-
const core_1 = require("@wagmi/core"); to: const core_1 = import("@wagmi/core"); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
avarobinson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Temporary Fix: Changed the code in line 7
from:
to: