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
deps: bump @spearwolf/eventize to 4.3.1 and @spearwolf/signalize to 0.28.0
Eventize 4.1+ added typed-event overloads where polymorphic `this`
no longer resolves through the new `NonTypedEmitter<T>` conditional.
Cast `this` to its concrete class at eventize call sites, and replace
`Parameters<typeof on>` in `ShadowObjectCreationAPI` with
`[object, ...SubscribeArgs]` so the loose `(target, event, listener)`
form keeps type-checking against the new overload set.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments