Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.0.0-rc.3
Environment
vue3.3
Reproduction link
https://next.antdv.com/components/pagination-cn
Steps to reproduce
打开rc3的分页组件,会报错
index.7cba2cde.js:1 TypeError: Cannot read properties of null (reading 'parentNode')
at getPopupContainer (index.7cba2cde.js:427:20035)
at h.getContainer (index.7cba2cde.js:137:12250)
at Av (index.7cba2cde.js:137:197)
at index.7cba2cde.js:137:1438
at index.7cba2cde.js:1:35385
at gi (index.7cba2cde.js:1:16759)
at Ho (index.7cba2cde.js:1:16838)
at t.__weh.t.__weh (index.7cba2cde.js:1:35265)
at is (index.7cba2cde.js:1:2256)
at Y (index.7cba2cde.js:1:60636)
What is expected?
不报错
What is actually happening?
发生错误了