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
Clicking on message, notification, and dialog in the official docs gives errors.
官网文档中的message、notification、dialog点击报错.
Just click demos button.
只需点击演示中的按钮.
Expected results (期望的结果)
Popup elements
弹出对应元素
Actual results (实际的结果)
Nothing happens, just an error message in the developer tools.
什么反应都没有, 只在开发者工具中输出错误信息.
index-77b07000.js:1 TypeError: Cannot read properties of null (reading 'insertBefore')
at insert (index-77b07000.js:1:72737)
at Object.process (index-77b07000.js:1:62231)
at x (index-77b07000.js:1:51764)
at Z (index-77b07000.js:1:58505)
at N (index-77b07000.js:1:57042)
at I (index-77b07000.js:1:55000)
at x (index-77b07000.js:1:51648)
at cd.j [as fn] (index-77b07000.js:1:55803)
at cd.run (index-77b07000.js:1:6028)
at M.L.update (index-77b07000.js:1:56545)
Remarks (补充说明)
No adblock enabled
未开启广告拦截
The text was updated successfully, but these errors were encountered:
TuSimple/naive-ui version (版本)
2.34.4
Vue version (Vue 版本)
3.3.4
Browser and its version (浏览器及其版本)
Chrome(116.0.5845.96)
System and its version (系统及其版本)
MacOS(13.4.1)
Node version (Node 版本)
Reappearance link (重现链接)
https://www.naiveui.com/zh-CN/os-theme/components/message
Reappearance steps (重现步骤)
Clicking on
message
,notification
, anddialog
in the official docs gives errors.官网文档中的
message
、notification
、dialog
点击报错.Just click demos button.
只需点击演示中的按钮.
Expected results (期望的结果)
Popup elements
弹出对应元素
Actual results (实际的结果)
Nothing happens, just an error message in the developer tools.
什么反应都没有, 只在开发者工具中输出错误信息.
index-77b07000.js:1 TypeError: Cannot read properties of null (reading 'insertBefore')
at insert (index-77b07000.js:1:72737)
at Object.process (index-77b07000.js:1:62231)
at x (index-77b07000.js:1:51764)
at Z (index-77b07000.js:1:58505)
at N (index-77b07000.js:1:57042)
at I (index-77b07000.js:1:55000)
at x (index-77b07000.js:1:51648)
at cd.j [as fn] (index-77b07000.js:1:55803)
at cd.run (index-77b07000.js:1:6028)
at M.L.update (index-77b07000.js:1:56545)
Remarks (补充说明)
No adblock enabled
未开启广告拦截
The text was updated successfully, but these errors were encountered: