ember-flatpickr
ember-flatpickr copied to clipboard
fix(locale): don't try dynamically importing the default locale
If "en" is passed as locale to the <EmberFlatpickr /> component, the addon will try importing a file flatpickr/dist/l10n/en.js which does not exist as English is the default language that is included in the core and doesn't need to be imported additionally.
Ah, good catch, thank you @anehx!
@RobbieTheWagner Can we get this merged and released? I have a few projects that currently need a workaround that can be removed with this released.