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
Enzyme currently does not support Fragments, which forces the modal to wrap the modal-backdrop and modal divs in a parent div, creating some DOM clutter.
The Modal could be updated to a Fragment once this fix to enzyme is released (since currently our testing cannot handle having Fragments).
The text was updated successfully, but these errors were encountered:
Enzyme currently does not support Fragments, which forces the modal to wrap the modal-backdrop and modal divs in a parent div, creating some DOM clutter.
The Modal could be updated to a Fragment once this fix to enzyme is released (since currently our testing cannot handle having Fragments).
The text was updated successfully, but these errors were encountered: