former-kit
former-kit copied to clipboard
Modal don't trigger onRequestClose
Context
Modal only trigger onRequestClose
when we click outside of the modal, but the documentations say that function always trigger on close
Example
Description
The expected behavior is that whenever the modal closes, the onRequestClose
is executed.