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
After refactoring to remove type and adding doc_type creating a new document is missing the doc_type property after create. This is important as in Mango, it is the default to use type to do doc typing.
After refactoring to remove
typeand addingdoc_typecreating a new document is missing thedoc_typeproperty after create. This is important as in Mango, it is the default to usetypeto do doc typing.We need to restore the
typeattribute