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
feat(wrapper): allow destroy() method to work with functional components
Currently when calling `wrapper.destroy()`, only non-functional components are removed from the DOM.
This PR allows functional components to be removed from the DOM as well.
0 commit comments