Liveview default modal re-renders on cancel and clicking the 'back' button

If you’re testing the “show” LiveView for a single state record like in your screen recording, you need to update that LiveView instead of or in addition to the “index” LiveView for multiple state records. You’ll also want to update the modal core component with replace true too otherwise a duplicate entry will get added to the browser history when closing the modal.