tabs icon indicating copy to clipboard operation
tabs copied to clipboard

TypeError: Cannot read property 'offsetWidth' of null

Open kseanjbz opened this issue 5 years ago • 0 comments

Using antd tabs in one of my projects and getting this error in rc-tabs

I did see issue #300 so I updated antd and rc-tabs, but the error is still happening.

Unhandled Runtime Error
TypeError: Cannot read property 'offsetWidth' of null

Call Stack
eval
node_modules/rc-tabs/es/TabNavList/index.js (313:0)
Array.forEach
<anonymous>
eval
node_modules/rc-tabs/es/TabNavList/index.js (309:0)
eval
node_modules/rc-tabs/es/hooks/useRaf.js (40:0)
Array.forEach
<anonymous>
eval
node_modules/rc-tabs/es/hooks/useRaf.js (39:0)
eval
node_modules/rc-tabs/es/hooks/useRaf.js (16:0)

kseanjbz avatar Oct 31 '20 20:10 kseanjbz