You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/useLockOnMount.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ const PostEdit = () => (
58
58
```
59
59
{% endraw %}
60
60
61
+
**Note**: If users close their tab/browser when on a page with a locked record, `useLockOnMount` will block the navigation until the record is unlocked and show a notification.
62
+
61
63
## Parameters
62
64
63
65
`useLockOnMount` accepts a single options parameter, with the following properties (all optional):
0 commit comments