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 documentation of the component props is outdated. It probably makes sense to go over every component and sync the actual props in the code with the docs.
For each component it should be checked:
if there are new props in code that are not documented yet
if there are deprecated props that do not exist anymore in code
if isOpional, type, defaultVal in the docs are set correctly
This will probably resolve several other issues.
The text was updated successfully, but these errors were encountered:
Note to whoever takes this: the types for the component props mostly extend SVGProps which allow a TON of properties to be able to be passed down to the graphical children. We want to first document all of the actual properties on each graphical child like these and then need to discuss these property extensions
The documentation of the component props is outdated. It probably makes sense to go over every component and sync the actual props in the code with the docs.
For each component it should be checked:
isOpional
,type
,defaultVal
in the docs are set correctlyThis will probably resolve several other issues.
The text was updated successfully, but these errors were encountered: