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
This use case is that the button action is dependent on an API call but we want it rendered on the page with loading animation until we know the correct text/action to use
The text was updated successfully, but these errors were encountered:
jhoward-eightfold
changed the title
flash of test when creating a button having loading={true} on instantiation
flash of text when creating a button having loading={true} on instantiation
May 14, 2024
In a scenario where loading has a true value from the beginning, the button component text flashes before switching to the loading animation. Reproducible in storybook:
https://github.com/EightfoldAI/octuple/assets/106610186/931476b9-6f3d-41ab-9b12-0b1c6b90ce07
This use case is that the button action is dependent on an API call but we want it rendered on the page with loading animation until we know the correct text/action to use
The text was updated successfully, but these errors were encountered: