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 Aug 23, 2022. It is now read-only.
stop submit and reset event from propagating by default
event triggered by components rendered using createPortal in react 16,
will propagate up into the component logical (jsx) ancestor
this creates an issue when a form is rendered using createPortal
inside another form
dev dependencies of react & react-dom is updated to 16.3.2
to enable testing against createPortal
0 commit comments