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
Been trying to migrate from react-portal from v2 to v4, due to recent upgrade of React to 16.8.6.
Stucked at Portal, whereby the dialog box doesn't show up even when isOpen=true. Found out that onOpen is not firing. Any suggestion on how should I change the codes?
Been trying to migrate from
react-portal
from v2 to v4, due to recent upgrade ofReact
to 16.8.6.Stucked at Portal, whereby the dialog box doesn't show up even when
isOpen=true
. Found out thatonOpen
is not firing. Any suggestion on how should I change the codes?Expected Result: A confirmation dialog box to pop up.
From browser, already can see the dialog box is there by modifying the css.
The text was updated successfully, but these errors were encountered: