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
[TypeError: Cannot read properties of undefined (reading 'states')
at Data.getRules (/home/james/Documents/app/backend-master/node_modules/date-holidays-parser/lib/Data.cjs:132:25)
at listOnTimeout (node:internal/timers:564:17)
at processTimers (node:internal/timers:507:7)
]
Node.js v18.12.1
[nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered:
It happened first time I forgot to catch it. This is the second time this issue has happened in my knowledge so I figured I might as well report it.
node_modules/date-holidays-parser/lib/Data.cjs:132
(state && tmp.states && (tmp = tmp.states[state]))
^
[TypeError: Cannot read properties of undefined (reading 'states')
at Data.getRules (/home/james/Documents/app/backend-master/node_modules/date-holidays-parser/lib/Data.cjs:132:25)
at listOnTimeout (node:internal/timers:564:17)
at processTimers (node:internal/timers:507:7)
]
Node.js v18.12.1
[nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered: