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
Default props and arguments are really useful in documentation so we should get them. The solution won't be as accurate as the type version since we'll have to look at actual ASTs which means we'll have a bunch of cases to handle.
Another thing we could try doing is getting the default values at runtime and display those instead.
The text was updated successfully, but these errors were encountered:
Default props and arguments are really useful in documentation so we should get them. The solution won't be as accurate as the type version since we'll have to look at actual ASTs which means we'll have a bunch of cases to handle.
Another thing we could try doing is getting the default values at runtime and display those instead.
The text was updated successfully, but these errors were encountered: