Remove support for directly importing hooks from @liveblocks/client (e.g.
import { useMyPresence } from '@liveblocks/react'). If you’re still using
these imports, see the
Upgrade Guide for 0.17
for instructions.
Remove ClientProvider and useClient hook
Remove defaultPresence and defaultStorageRoot arguments. (Just use
initialPresence and initialStorage arguments now.)
Remove second argument to useMap(), useList(), and useObject().
Remove new LiveMap(null) support. (Just use new LiveMap() or
new LiveMap([]).)