We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I just want to remark that the property "regions" seems to be missing for the type Holiday.
In my case i noticed it when using const holiday = getHolidaysByDate(date,region) that the property "regions" is missing.
The text was updated successfully, but these errors were encountered:
Hi @chrschae , I reviewed your case and added unittest in this commit to reproduce the situation:
d67dd02
Basically the property "regions" is set for the holiday type. Could you give me some more information - maybe the specific holiday?
Please note: if there is no holiday found the response would be void, and then regions is not available.
Hope this helps.
Sorry, something went wrong.
No branches or pull requests
Hey,
I just want to remark that the property "regions" seems to be missing for the type Holiday.
In my case i noticed it when using const holiday = getHolidaysByDate(date,region) that the property "regions" is missing.
The text was updated successfully, but these errors were encountered: