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
At the moment, we are reusing/passing component props in another component. E.g. We are resuing ATypography props in many components however, we don't have a solid API/composable/method to reuse them in a safe way with DRY.
We also have some duplicate code (unsynced) in some components list AList were resolving this will simplify the code base.