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
While we move to angular 6 (#12) we updated typescript along the way. This gives a lot of the following errors, since the Schema is not used correctly.
Types of property 'properties' are incompatible.
We haven't fixed this with the upgrade since, that needs to be done in this ticket. Instead we removed the Schema model and used any type.
The text was updated successfully, but these errors were encountered:
While we move to angular 6 (#12) we updated typescript along the way. This gives a lot of the following errors, since the Schema is not used correctly.
We haven't fixed this with the upgrade since, that needs to be done in this ticket. Instead we removed the Schema model and used
any
type.The text was updated successfully, but these errors were encountered: