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
Describe the bug
HashLoader color is taken from the last HashLoader component. If we have 2 HashLoaders with different assigned colors, they will have the color of the last one.
In the following case, both loaders will be green:
had to revert this change since it breaks SSR + jest snapshots. Will need to think about how to do this better. maybe including the color as part of the animation name make sense, something deterministic
Package Version
0.13.8
Describe the bug
HashLoader color is taken from the last HashLoader component. If we have 2 HashLoaders with different assigned colors, they will have the color of the last one.
In the following case, both loaders will be green:
To Reproduce
https://codesandbox.io/p/devbox/lucid-tom-vql768-forked-zcnzjh
Expected behavior
The first loader should be red and the second one should be green.
Screenshots
The text was updated successfully, but these errors were encountered: