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 wondered if there were any plans to create types files in TypeScript for projects that have TypeScript integration? It would be just an option at runtime of course but I could see that giving more accurate predictions since the current jsdocs are giving me props that appear on any component, instead of limiting me to choosing props that are on the component I am typing props on (at least in the autocomplete popup).