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
{{ message }}
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
We need to add support for the
attachTomethod provided by enzyme.This option allows you to pass a DOM element that
mountwill attach to.Inferno caches root nodes inside
Inferno.config.roots, so we need to clear that before attaching to a new element.