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've added experimental RFC 436 to my project because I really needed generic components. It works pretty well, but for some reason when my generic extends an imported type, that type appears as "unused" by TypeScript. With eslint, I get the following warning message:
I made a public repo to showcase the issue. The generic component is TheWelcome. Please note this repo is shared with #2192 (separate branches).
The text was updated successfully, but these errors were encountered:
I've added experimental RFC 436 to my project because I really needed generic components. It works pretty well, but for some reason when my generic extends an imported type, that type appears as "unused" by TypeScript. With eslint, I get the following warning message:
I made a public repo to showcase the issue. The generic component is
TheWelcome
. Please note this repo is shared with #2192 (separate branches).The text was updated successfully, but these errors were encountered: