-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] dev from plotly:dev #280
Conversation
This file specifies the coding styles for different file types and ensures consistent formatting across your project.
Update .editorconfig
Bugfix: Graph component becomes unresponsive if an invalid figure is passed
Reviewer's Guide by SourceryThis PR implements a fix for the Graph component's handling of invalid figures and adds corresponding test coverage. The main change involves adding null-safe property access in the Graph component and a new test case that verifies the component's behavior when toggling between valid and invalid figures. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Fix the unresponsiveness of the Graph component when an invalid figure is passed and add a test to ensure correct behavior when toggling figures.
Bug Fixes:
Tests: