Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error logs: show message when styles not loaded #4047

Open
moklick opened this issue Mar 20, 2024 · 0 comments
Open

Error logs: show message when styles not loaded #4047

moklick opened this issue Mar 20, 2024 · 0 comments
Assignees
Labels

Comments

@moklick
Copy link
Member

moklick commented Mar 20, 2024

We could display an error if styles not loaded. For this we could check if stlyes are applied to one of the internal elements.

For example:

const stylesLoaded = window.getComputedStyle(document.querySelector('.react-flow__pane')).zIndex === '1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant