generated from arvinxx/npm-template
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛[BUG] npm run build 打包失败 #115
Comments
SUSTYuxiao
added a commit
to SUSTYuxiao/pro-flow
that referenced
this issue
Jan 17, 2025
🐛 fix: BoxSelect has been delete by lucide-react(ant-design#115)
SUSTYuxiao
added a commit
to SUSTYuxiao/pro-flow
that referenced
this issue
Jan 17, 2025
fix bug: BoxSelect has been replaced by BoxSelectIcon (ant-design#115) ref: lucide-icons/lucide#2733
ModestFun
pushed a commit
that referenced
this issue
Jan 17, 2025
fix bug: BoxSelect has been replaced by BoxSelectIcon (#115) ref: lucide-icons/lucide#2733
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 bug 描述
npm run build 的时候失败,报错
"BoxSelect" is not exported by "node_modules/.pnpm/[email protected][email protected]/node_modules/lucide-react/dist/esm/lucide-react.js"
看起来是 lucide-react.js 最新版本中删除了 BoxSelect 改成了 BoxSelectIcon
lucide-icons/lucide#2733
翻看 package.json 发现确实是用了最新的 lucide-react.js 版本
📷 复现步骤
npm run build 即可复现
🏞 期望结果
重新打包成功即可
💻 复现代码
无
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: