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
When rendering a Spinner component outside Gutenberg, nothing is displayed. Actually, a div with the spinner and is-active classes is rendered, but these classes are not giving any style at all.
To Reproduce
Execute the code below in a new React project after installing @wordpress/components.
I think we should do the same we did for the button component: Avoid relying on WordPress Core Styles for the spinner component and copy those styles to Gutenberg itself.
Describe the bug
When rendering a
Spinner
component outside Gutenberg, nothing is displayed. Actually, adiv
with thespinner
andis-active
classes is rendered, but these classes are not giving any style at all.To Reproduce
Execute the code below in a new React project after installing
@wordpress/components
.Expected behavior
A spinner should appear.
Desktop:
Additional context
Issue found while working on #8338 and Automattic/wp-calypso#26367
The text was updated successfully, but these errors were encountered: