You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
在使用remix框架时出现,在运行npm run start 时构建过程中报错:Internal server error: require() of ES Module /workspace/node_modules/react-sticky-box/dist/index.js from /workspace/node_modules/@formily/antd-v5/lib/form-button-group/index.js not supported.
Instead change the require of /workspace/node_modules/react-sticky-box/dist/index.js in /workspace/node_modules/@formily/antd-v5/lib/form-button-group/index.js to a dynamic import() which is available in all CommonJS modules.
Reproduction link
Steps to reproduce
在使用remix框架时出现,在运行npm run start 时构建过程中报错:Internal server error: require() of ES Module /workspace/node_modules/react-sticky-box/dist/index.js from /workspace/node_modules/@formily/antd-v5/lib/form-button-group/index.js not supported.
Instead change the require of /workspace/node_modules/react-sticky-box/dist/index.js in /workspace/node_modules/@formily/antd-v5/lib/form-button-group/index.js to a dynamic import() which is available in all CommonJS modules.
What is expected?
正常显示页面及表单
What is actually happening?
Package
@formily/[email protected]
The text was updated successfully, but these errors were encountered: