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
The TS interface/type used for a component's props are not picked up unless in the same file all of React is imported via: import * as React from 'react'.
This is a bug that needs addressing - happy to help, point me in the direction.