Closed
Description
The image tests are failing on master after merging #7060: https://app.circleci.com/pipelines/github/plotly/plotly.js/10950/workflows/2c1cc796-b8cd-47b9-adcc-328d0ae4a9f2/jobs/242299/parallel-runs/0/steps/0-102
This is not related to #7060 itself since if I checkout v2.34.0
git checkout tags/v2.34.0 && npm ci && npm start
then
npm run baseline mapbox_0
Gives me the baseline with duplicate source attribution!
I suspect this was related to the order of rendering on CI but somehow wasn't noticed before.