at-ui
at-ui copied to clipboard
Bug: leak in tabs.vue, updateHandle() is being called event destroy - causing console errors
Version Tested
v1.3.2
The Bug
There seems to be is a leak in tabs.vue this line in tabs.vue (updateHandle) is getting called event after tabs get destroyed.
It is causing console errors
Steps to reproduce
- Go to the JS Bin Test Case
- Open the Developer tools, so that you can see console errors
- Destroy the Tab component using 'Toggle Tab' button
- Now to call
updateHandle()method intabs.vueresize the window, notice the console errors
I released v1.3.3, but i can't reproduce with v1.3.2
Were you able to reproduce it with my JS Bin Text case? I am not sure which version of AT-UI the JSBin is using, but on my end it is hapening in both 1.3.2 and 1.3.3
Below is gif that displays it

Hi, Did you get time to verify, if its a bug, or is there something wrong that i am doing ?
thanks for your gif. It's obviously a bug. 😕