You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I create an instance of Hebcal with the year 3765:
Uncaught RangeError: Maximum call stack size exceeded
at i (hebcal.min.js:formatted:1148)
at a (hebcal.min.js:formatted:1146)
at i (hebcal.min.js:formatted:1152)
at a (hebcal.min.js:formatted:1146)
at i (hebcal.min.js:formatted:1152)
at a (hebcal.min.js:formatted:1146)
at i (hebcal.min.js:formatted:1152)
at a (hebcal.min.js:formatted:1146)
at i (hebcal.min.js:formatted:1152)
at a (hebcal.min.js:formatted:1146)
I am checking it like this:
new Hebcal(3768);
I am using hebcal.min.js from the master branch, which is up-to-date as of today.
The text was updated successfully, but these errors were encountered:
I get this error when I create an instance of
Hebcal
with the year 3765:I am checking it like this:
I am using
hebcal.min.js
from the master branch, which is up-to-date as of today.The text was updated successfully, but these errors were encountered: