-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Which Component
Toast
Semi Version
2.86.0
Current Behavior
控制台错误报出 import_react_dom14.default.render is not a function错误
降级React到18后正常
Expected Behavior
正常弹出提示
Steps To Reproduce
- pnpm create vite@latest demo
- pnpm add @douyinfe/semi-ui
- pnpm run dev
ReproducibleCode
import { Toast } from '@douyinfe/semi-ui';
function Test() {
Toast.success("测试")
return (
<div>
测试
</div>
)
}
Environment
- OS:Macos
- browser: chrome
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels