0.24 throws an error (Te: invalid module) when loading it into Observable
john-guerra opened this issue · 3 comments
john-guerra commented
Seems likes 0.24 introduces a bug in the module configuration at least when loading into Observable. 0.23.2 still works OK. See: https://observablehq.com/d/d4d479f5a90fa995
If I can free some time will try to take a look at the code to check what happened and be more helpful
domoritz commented
Maybe related: vega/vega-embed#557
domoritz commented
Ahh, yeah, observable needs umd (https://observablehq.com/@observablehq/how-to-require-stubborn-modules). I will fix that.