dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Client: Deprecation message does not suggest an alternative #218

Open rzadp opened 4 years ago

rzadp commented 4 years ago

https://github.com/dxos/sdk/blob/d05f02ff8bfec9c738d0975965c28007a205cda3/packages/client/src/client.js#L278

This deprecation message does not suggest an alternative, so I don't know what I should be using instead.

I am using modelFactory to register a custom model for messenger (registerModel())

dmaretskyi commented 4 years ago

The message still does not suggest an alternative but there is 'client.registerModel(ModelClass)' available now.