commenthol / date-holidays

worldwide holidays
https://commenthol.github.io/date-holidays/
Other
918 stars 238 forks source link

TypeError: CalBengali is not a constructor #384

Closed mailtoabusadat closed 1 year ago

mailtoabusadat commented 1 year ago

When I try to get the country "Bangladesh" s holidays, I get an error.

error: Unhandled Runtime Error TypeError: CalBengali is not a constructor

//code const hd = new Holidays("BD"); const result = hd.getHolidays(2020); console.log("result", result);

But, for all other countries working nicely and the result gets as I aspected.