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
dodge.js:1 Uncaught SyntaxError: The requested module './../../../../interval-tree-1d/interval-tree.js' does not provide an export named 'default' (at dodge.js:1:8) #2338
After installing Plot with npm install @observablehq/plot, and importing like so:
import*asPlotfrom'@observablehq/plot';
I get the following console error when loading the page in the browser:
dodge.js:1 Uncaught SyntaxError: The requested module './../../../../interval-tree-1d/interval-tree.js' does not provide an export named 'default' (at dodge.js:1:8)
It appears that this is because a dependency "interval-tree-1d" does not have a default export, which "dodge.js" is attempting to import as IntervalTree.