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
I didn't find a way to make it compatible to TypeScript so I scattered the codebase with casts like (foo as unknown as EventDispatcher.DispatcherEvents). Which isn't pretty and potentially can hide bugs.
I didn't find a way to make it compatible to TypeScript so I scattered the codebase with casts like
(foo as unknown as EventDispatcher.DispatcherEvents)
. Which isn't pretty and potentially can hide bugs.The text was updated successfully, but these errors were encountered: