You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clone plotly.js repo (if you already have it cloned, do a git clean)
npm i
npm start
The mock search doesn't work
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Steps to reproduce:
npm i
npm start
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.
The text was updated successfully, but these errors were encountered: