You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.0 we can have a MapSchema without any @type but it's not working for v3.0, i know there is not sense to have a Schema if you won't sync any data, but i was using it because in future i'll sync some data.
This is a problem in v3.0 so the stackblitz project won't fail, there is a example code:
Bug description
In
v2.0
we can have a MapSchema without any@type
but it's not working forv3.0
, i know there is not sense to have a Schema if you won't sync any data, but i was using it because in future i'll sync some data.This is a problem in
v3.0
so the stackblitz project won't fail, there is a example code:To make this example to work i just need to remove
@type({ map: MySchema })
.Optional: Minimal reproduction
There is not a stackblitz project with
v3.0
Here is an image to track the error:
The text was updated successfully, but these errors were encountered: