@liveblocks/client
Advanced tools
Changelog
v0.16.4
Changelog
v0.16.3
In @liveblocks/client:
In @liveblocks/zustand and @liveblocks/redux:
Fixes an issue when initializing an array with items would result in having duplicated items in other clients. Example:
{ list: [0] }
{ list: [0, 0] }
Changelog
v0.16.2
In @liveblocks/client:
JsonObject
type, which would reject some
values that were legal JSON objects.Changelog
v0.16.1
In @liveblocks/react: