plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

Test dashboard search doesn't work #7172

Closed marthacryan closed 1 month ago

marthacryan commented 1 month ago

Steps to reproduce:

This is due to the esbuild changes - #6909. That PR removed the generation of the build/test_dashboard-bundle.js file, which is essential to using the test dashboard.

This wasn't caught when testing that PR (or as we've been continuing development) because the file remained locally, but if you clone the repo, the test dashboard doesn't work anymore.

emilykl commented 1 month ago

Thanks for opening this issue Martha! I ran into this but hadn't gotten around to investigating yet.

The individual mocks can be accessed by typing in the URL directly, but the search is broken.