Open houshuang opened 6 years ago
PSA: Meteor team discourages use of Picker: https://github.com/meteor/meteor/issues/9653#issuecomment-376514415
Specifically, it disables the dynamic import functionality.
If you need time to change out this, you can use this in the meantime: Picker.filterFunction = req => !req.url.startsWith('/__meteor__/');
Picker.filterFunction = req => !req.url.startsWith('/__meteor__/');
PSA: Meteor team discourages use of Picker: https://github.com/meteor/meteor/issues/9653#issuecomment-376514415
Specifically, it disables the dynamic import functionality.