Skip to content

Commit 4400d07

Browse files
authored
Merge pull request marmelab#10648 from marmelab/doc/realtime/unlock
[Doc] Improve `ra-realtime` doc to unlock record
2 parents caba062 + 3137aed commit 4400d07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/useLockOnMount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ const PostEdit = () => (
5858
```
5959
{% endraw %}
6060

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+
6163
## Parameters
6264

6365
`useLockOnMount` accepts a single options parameter, with the following properties (all optional):

0 commit comments

Comments
 (0)