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 selecting the correct target branch you can take a look. The binding of events is still a bit tricky. The async pipe will return EventSourceInput | null or EventSourceInput | undefined | null but the @input expect just EventSourceInput | undefined. The null type is missing.
The text was updated successfully, but these errors were encountered:
Created from this comment by @efcoyote:
The text was updated successfully, but these errors were encountered: