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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
I'd like to show GraphiQL with it's global styles. At the moment there are just one main.css file in ReactQL and it contains all the global styles (even if you are not loaded this component with it's style). How to load ~graphiql/graphiql.css only when the graphiql component is loaded, on demand?
Another use case could be: load component with it's global style when changing context to logged in state, to split auth/unauth route components. But it's additionally takes into account not just CSS, but also components itself.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to show GraphiQL with it's global styles. At the moment there are just one
main.css
file in ReactQL and it contains all the global styles (even if you are not loaded this component with it's style). How to load~graphiql/graphiql.css
only when the graphiql component is loaded, on demand?Another use case could be: load component with it's global style when changing context to logged in state, to split auth/unauth route components. But it's additionally takes into account not just CSS, but also components itself.
The text was updated successfully, but these errors were encountered: