I cant run the app(nextjs 14) in local it throw import { createMapValueFn as _51c72 } from "@vanilla-extract/sprinkles/createUtils"; #2484
Unanswered
AswinKaruppiah
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
⨯ file:///D:/Office_Works/wallect-setup/node_modules/@rainbow-me/rainbowkit/dist/index.js:20
import { createMapValueFn as _51c72 } from "@vanilla-extract/sprinkles/createUtils";
^^^^^^^^^^^^^^^^
SyntaxError: Named export 'createMapValueFn' not found. The requested module '@vanilla-extract/sprinkles/createUtils' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@vanilla-extract/sprinkles/createUtils';
const { createMapValueFn: _51c72 } = pkg;
import pkg from '@vanilla-extract/sprinkles/createUtils';
const { createMapValueFn: _51c72 } = pkg;
page: '/'
}
Could someone help me
Beta Was this translation helpful? Give feedback.
All reactions