@liveblocks/react
Advanced tools
Changelog
v0.16.5
In @liveblocks/client:
@liveblocks/client
in a ES2015 context, you no longer have
to polyfill Object.fromEntries()
.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] }