if frontend related, tell us your Browser, Version and OS
OS: MacOS/Linux/Windows
Browser Chrome
Version 128
Describe the bug
When running the below script (which has a bug: graph_selections returns None instead of a Figure) with python3, and displaying in the Chrome browser, the browser tab seems to lock up. If the developer tools are open, one can see the error count rapidly rising with the errors in the screenshot below being repeated over and over again in a tight loop.
Describe your context Please provide us your environment, so we can easily reproduce the issue.
if frontend related, tell us your Browser, Version and OS
Describe the bug
When running the below script (which has a bug:
graph_selections
returnsNone
instead of aFigure
) with python3, and displaying in the Chrome browser, the browser tab seems to lock up. If the developer tools are open, one can see the error count rapidly rising with the errors in the screenshot below being repeated over and over again in a tight loop.Expected behavior
An error message in the browser, describing the bad return from the callback..
Screenshots