Open Issues Need Help
View All on GitHub Bug: <div> wrapper not cleaned up on unmount about 2 months ago
AI Summary: Fix a bug in @vue/test-utils where the `unmount` function leaves behind a wrapper <div> element when using the `attachTo` option. The solution requires modifying the `unmount` function to remove this extra element, ensuring the target element is left clean after unmounting a component.
Complexity:
4/5
bug good first issue