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
const title: string | m.Vnode<any, any>
Argument of type 'Component<RouteLinkAttrs, {}> | "a"' is not assignable to parameter of type 'ComponentTypes<RouteLinkAttrs, {}>'.
Type '"a"' is not assignable to type 'ComponentTypes<RouteLinkAttrs, {}>'.ts(2345)
while this is perfectly legal (and working) JS code.
See also gitter for the original discussion of the behaviour.
When writing the following code
The following exception is raised:
while this is perfectly legal (and working) JS code.
See also gitter for the original discussion of the behaviour.