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
Creating a collection in a typescript file show the error:
Class static side 'typeof CustomerProject' incorrectly extends base class static side 'typeof Collection'.
Types of property 'collectionName' are incompatible.
Type 'string' is not assignable to type 'void'.ts(2417)
Creating a collection in a typescript file show the error:
#11 might clarify the issue