phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
MIT License
12 stars 6 forks source link

CT: Uncaught SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default' #95

Open pixelzoom opened 2 years ago

pixelzoom commented 2 years ago

Slack dev-public:

Chris Malley 8:39 AM CT is reporting this failure in several sims, including example-sim. I don’t recognize the module ./ops/Edge.js. Any ideas?

example-sim : pan-and-zoom-fuzz : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1646306694541/example-sim/example-sim_en.html?continuousTest=%7B%22test%22%3A%5B%22example-sim%22%2C%22pan-and-zoom-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1646306694541%22%2C%22timestamp%22%3A1646309863161%7D&brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true
Query: brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true
Uncaught SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default'
SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default'
id: Bayes Chrome
Snapshot from 3/3/2022, 4:24:54 AM

Jonathan Olson 8:39 AM Will check, sounds like kite

jonathanolson commented 2 years ago

Hmm, looks like it has a default export:

https://github.com/phetsims/kite/blob/master/js/ops/Edge.js#L150

jonathanolson commented 2 years ago

Testing the CT url from above, I'm seeing a default export:

image