Running 0.23.* or 0.24.* I get the following error
## Error Type
Runtime TypeError
## Error Message
e.BigInt is not a function
node_modules/@js-temporal/polyfill/lib/bigintmath.ts (3:26)
at <unknown> (src/integrations/calendar/index.ts:4:1)
## Code Frame
2 |
3 | import 'dotenv/config';
> 4 | import ical from 'node-ical';
| ^
Next.js version: 16.1.6 (Turbopack)
Tried fetching my own versions of @js-temporal/polyfill and jsbi but I can't figure out why it's throwing this error
Running 0.23.* or 0.24.* I get the following error
Tried fetching my own versions of @js-temporal/polyfill and jsbi but I can't figure out why it's throwing this error