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
Currently, both the singular and the plural form of entities have a reference to .drafts. This makes sense as they point to the same CSN entity during runtime and should be treated the same. So:
This actually is causing issues when registering handlers, if you register the handler with the plural of the drafts it's typed as an object. At runtime the value is not an object but an array.
Currently, both the singular and the plural form of entities have a reference to
.drafts
. This makes sense as they point to the same CSN entity during runtime and should be treated the same. So:This leads to confusion when the type should not actually matter:
Find out if there is a compelling argument against
and if not implement this behaviour.
The text was updated successfully, but these errors were encountered: