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
Type '(b: B) => void' is not assignable to type '<C extends A>(c: C) => void'.
Types of parameters 'b' and 'c' are incompatible.
Type 'C' is not assignable to type 'B'.
Type 'A' is not assignable to type 'B'.
Property 'b' is missing in type 'A'.
Comment
Weirdly, it doesn't show any errors on Playground, but it shows errors when compiled on local project.