We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting node.Visible=false on node creation, exception: Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'. is thrown. https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/62ca0e55c36d851f7663b61a5fa671bfbc09302b/src/Blazor.Diagrams/Components/Renderers/NodeRenderer.cs#L136 maybe Visible needs to get checked before registering the observer.
Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'.
The text was updated successfully, but these errors were encountered:
3.0.3 is out in NuGet, and it includes a fix for this, check it out!
I'll close this for now, but feel free to re-open if something is wrong.
Sorry, something went wrong.
No branches or pull requests
When setting node.Visible=false on node creation, exception:
Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'.
is thrown.https://github.com/Blazor-Diagrams/Blazor.Diagrams/blob/62ca0e55c36d851f7663b61a5fa671bfbc09302b/src/Blazor.Diagrams/Components/Renderers/NodeRenderer.cs#L136
maybe Visible needs to get checked before registering the observer.
The text was updated successfully, but these errors were encountered: