There’s a tiny breaking change related to Comments in this update. Each date
returned is now a Date
object, whereas previously each was a string
.
You can upgrade to 1.9 by downloading the latest version of each Liveblocks package you’re using, for example in a React app:
Each date returned from Comments is now a Date
object, whereas previously each
was a string
. An example of this is createdAt
, a value attached to each
thread.
Before:
After:
Every Comments-related date has been updated, such as createdAt
, updatedAt
properties in threads, and editedAt
, deletedAt
in comments, so take care to
check every date instance you’re using. It’s likely that no changes are required
after this update.
We use cookies to collect data to improve your experience on our site. Read our Privacy Policy to learn more.