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 still some cases where skeleton-kit references theme props in styles. We should make sure that for all of those cases, we return inline styles, such as this:
Otherwise, styled-components will create new classes for the entire matrix of all possibilities (I think?). This was causing a warning for randomized values, which was the main problem up above in OpacityPulse.
The text was updated successfully, but these errors were encountered:
There are still some cases where
skeleton-kit
referencestheme
props in styles. We should make sure that for all of those cases, we return inline styles, such as this:skeleton-kit/src/OpacityPulse.tsx
Lines 29 to 51 in c27e900
Otherwise,
styled-components
will create new classes for the entire matrix of all possibilities (I think?). This was causing a warning for randomized values, which was the main problem up above inOpacityPulse
.The text was updated successfully, but these errors were encountered: