With Inertia Modal, you can easily open any route in a Modal or Slideover without having to change anything about your existing routes or controllers.
95
stars
9
forks
source link
`modalRef` usage in `onSuccess` after `useForm` #61
Open
JamesFreeman opened 2 days ago
I'm having an issue where I can't close the modal after a successful useForm request:
The page redirects, and i get the following error with the modal still active:
I have upgraded my version to 0.13.1 to get the modalRef fixes.