Previously I was using “core” but this has been phased out
const uppy = new Uppy.Core({ //notwork in 3.3x
The example shown in the documentation page claims
const uppy = new Uppy() //oddly, also notwork
Alas, after updating to 3.3.1 the example shown in the documentation does not work?
instead this needed to be done
const uppy = new Uppy.Uppy({ //this works, lucky guess...
Here: Uppy — Uppy