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
There are many places in the frontend app where styled-components props are used as non-transient. This causes numerous warnings in the browser console and test reports. To fix this, we need to use transient props.
There are many places in the frontend app where styled-components props are used as non-transient. This causes numerous warnings in the browser console and test reports. To fix this, we need to use transient props.