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
element-ui.common.js?a187:662 Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
but if you remove the transition it never hapens. I was trying with different components, for now it's just on the el-select.
The text was updated successfully, but these errors were encountered:
There is a small bug happening sometimes when using a transition and a v-if on an el-select.
Here is a code sample: (Sorry it's big)
If you toggle it will hapend a:
but if you remove the transition it never hapens. I was trying with different components, for now it's just on the el-select.
The text was updated successfully, but these errors were encountered: