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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'scrollWidth')
at ReactiveEffect.fn (stickyScrollBar.js:22)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
at ComputedRefImpl.get value [as value] (reactivity.esm-bundler.js:1086)
at ReactiveEffect.fn (stickyScrollBar.js:28)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
at ComputedRefImpl.get value [as value] (reactivity.esm-bundler.js:1086)
at runtime-core.esm-bundler.js:7022
at Array.map ()
at ReactiveEffect.getter [as fn] (runtime-core.esm-bundler.js:7020)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.4
Environment
vue3
Reproduction link
ant-design-vue/components/vc-table/stickyScrollBar.tsx
Line 25 in 3aeeeb2
Steps to reproduce
<a-table :sticky="true" />
What is expected?
resolve the error
What is actually happening?
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'scrollWidth')
at ReactiveEffect.fn (stickyScrollBar.js:22)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
at ComputedRefImpl.get value [as value] (reactivity.esm-bundler.js:1086)
at ReactiveEffect.fn (stickyScrollBar.js:28)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
at ComputedRefImpl.get value [as value] (reactivity.esm-bundler.js:1086)
at runtime-core.esm-bundler.js:7022
at Array.map ()
at ReactiveEffect.getter [as fn] (runtime-core.esm-bundler.js:7020)
at ReactiveEffect.run (reactivity.esm-bundler.js:160)
The text was updated successfully, but these errors were encountered: