react-overlays
react-overlays copied to clipboard
Modal callbacks never being called
I can't trigger any of the Modal callbacks
I copied the example in codesandbox and added onEntered, OnEntering and onShow and none of them got called back.
https://codesandbox.io/s/lryq54wowq
They are Transition callbacks, only called when a Transition component is provided.
Alright, thanks I'll try it tomorrow then. It wasn't super clear in the documentation. Could I make a PR to update the doc to make it a bit clearer that those callbacks require a transition component?
That'd be great :)