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
Currently if you pass showLoadingAnimation while using a custom placeholder you have to make sure your custom placeholder includes one of the the default style class decelerations. Adding a custom-placeholder class here and passing it by default to all custom placeholders would mean <ReactPlaceholder customPlaceholder={<StyledLine />} showLoadingAnimation /> would just work ⚡
The text was updated successfully, but these errors were encountered:
Currently if you pass
showLoadingAnimation
while using a custom placeholder you have to make sure your custom placeholder includes one of the the default style class decelerations. Adding acustom-placeholder
class here and passing it by default to all custom placeholders would mean<ReactPlaceholder customPlaceholder={<StyledLine />} showLoadingAnimation />
would just work ⚡The text was updated successfully, but these errors were encountered: