I'm getting the following error when running my Node project on a line that uses Temporal.ZonedDateTime.compare(...)
Error: Convert JSBI instances to native numbers using `toNumber`.
Is this an issue with the current dependency version for jsbi? I see from the readme that this polyfill is expected to work with my version of Node. I do not have this problem on the browser-side portion of my project
Version of @js-temporal/polyfill: 0.5.1
Version of jsbi dependency of @js-temporal/polyfill: 4.3.2
Version of Node: 20.13.1
Version of TypeScript: 5.3.3
I'm getting the following error when running my Node project on a line that uses
Temporal.ZonedDateTime.compare(...)Is this an issue with the current dependency version for jsbi? I see from the readme that this polyfill is expected to work with my version of Node. I do not have this problem on the browser-side portion of my project
Version of
@js-temporal/polyfill: 0.5.1Version of
jsbidependency of@js-temporal/polyfill: 4.3.2Version of Node: 20.13.1
Version of TypeScript: 5.3.3