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
Updating styled-components caused a bug in the weather easter egg. Because of an update in the way how to implement animations the site crashes when trying to display snowy weather.
It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css`` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css
The text was updated successfully, but these errors were encountered:
Updating
styled-components
caused a bug in the weather easter egg. Because of an update in the way how to implement animations the site crashes when trying to display snowy weather.Error description:
https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#12
The text was updated successfully, but these errors were encountered: