Prevent Navigation Away From Page

I would like to use the
warnWhenUnsavedChanges
functionality in my own component. I am not using a form, I am using
useList
with
useUpdate
along with
useState
so I can use a non-compatible data grid component. I have a state that I am setting when there are unsaved changes, but how do I prevent the user from navigating away like the
useForm
and
useEditableTable
hooks do?
Was this page helpful?