eduolalo / moment-business-days

This is a momentJS plugin that allows you to use only business days (Monday to Friday)
MIT License
240 stars 67 forks source link

Deprecation warning when use moment.updateLocale #100

Open hophoppoppop opened 2 years ago

hophoppoppop commented 2 years ago

I got this deprecation warning when trying to use moment.updateLocale is there any fix for this?

image

mcdado commented 2 years ago

We don't use moment.defineLocale() in moment-business-days, are you sure you're not using it in your own code or maybe it is present in another moment plugin that you're loading?