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
Yeah, definitely the latter. As is, an elaboration overrides the default error message, even if the elaboration occurs right at the top level. It's fixable, if we'd like to fix it.
Expected behavior:
Error: "Argument of type 'new () => Node' is not assignable to parameter of type 'Node'
Actual behavior:
Type 'new () => Node' is not assignable to type 'Node'.
Only seems to repro when both the source and target types are in the DOM.
The text was updated successfully, but these errors were encountered: