Skip to content

0.12.1

Compare
Choose a tag to compare
@GuillaumeSalles GuillaumeSalles released this 03 Nov 22:59
· 1922 commits to main since this release
e62a3aa

@liveblocks/react

useObject, useList and useMap are now accepting an additional argument to initialize the underlying data structure directly from the hook.

Example

useObject("key", { firstName: "Ada", lastName: "Lovelace" });