adrienpoly / stimulus-flatpickr

A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus
MIT License
415 stars 30 forks source link

Uncaught ReferenceError: StimulusFlatpickr is not defined #63

Closed daltonrenaldo closed 4 years ago

daltonrenaldo commented 4 years ago

When using the umd build, StimulusFlatpickr isn't defined

adrienpoly commented 4 years ago

Yeah looking at the build settings it looks like the UMD name would be stimulus-flatpickr and I agree that this is not really usual....

https://github.com/adrienpoly/stimulus-flatpickr/blob/master/rollup.config.js#L24-L31

Will update the rollup config to have the name correctly set to StimulusFlatpickr

adrienpoly commented 4 years ago

@daltonrenaldo release 1.4 is out and should take care of this

thanks for reporting the issue