plotly / plotly.js

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

Test dashboard search doesn't work #7172

Open marthacryan opened 2 hours ago

marthacryan commented 2 hours 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 2 hours 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.