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
We should, at build time, check that the user applied the right kinds of annotations in the right kinds of entities/dispatchers.
Right now, if a user would e.g. mark a method with the @React annotation in a Projection, no error or warning is issued and the user is left to wonder why don't events make it to this particular Projection.
The text was updated successfully, but these errors were encountered:
We should, at build time, check that the user applied the right kinds of annotations in the right kinds of entities/dispatchers.
Right now, if a user would e.g. mark a method with the
@React
annotation in a Projection, no error or warning is issued and the user is left to wonder why don't events make it to this particular Projection.The text was updated successfully, but these errors were encountered: