microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
95 stars 31 forks source link

Changed TData generic to support undefined and null #792

Closed ryanbliss closed 2 months ago

ryanbliss commented 2 months ago

LivePresence now supports undefined and null as valid TData generics, so that it can more closely align to LiveState. With this change, the data prop in initialize and update are no longer optional so the developer can have more explicit typing.