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
With the adoption of TypeScript, there should be a standard way of typing props. This was explored in #1704 and we came up with these options:
Define each set of props independently without importing other prop types. This is the simplest approach but results in much code duplication when it comes to prop drilling, especially when each prop has a descriptive docstring.
With the adoption of TypeScript, there should be a standard way of typing props. This was explored in #1704 and we came up with these options:
The text was updated successfully, but these errors were encountered: