blog-ecommerce is broken since 3 days ago
The example blog-ecommerce is broken since a few days ago.
Not sure why, maybe chakra-ui conflicts with the new package?
Thank you.
Server Error
SyntaxError: Named export 'cancelSync' not found. The requested module 'framesync' 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 'framesync';
const { cancelSync, getFrameData } = pkg;
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
<unknown>
/refine/examples/blog-ecommerce/node_modules/@chakra-ui/utils/dist/chunk-SV3JYFGC.mjs (20)
ModuleJob._instantiate
node:internal/modules/esm/module_job (128:21)
async ModuleJob.run
node:internal/modules/esm/module_job (194:5)
async ESMLoader.import
node:internal/modules/esm/loader (409:24)
async importModuleDynamicallyWrapper
node:internal/vm/module (435:15)
1 Reply
wise-white•3y ago
Hi @maxdata, thank you for informing us. we will look into it today