Closed er0k closed 1 week ago
Will take a look, thanks for the report
Ah yep this is my bad - I introduced a Array.prototype.toSorted call here, but it's only supported in NodeJs versions 20+ (the docker container is on 18).
I will update the node version of the container to 20
Kk was able to repro - bumping the version does resolve the issue. Just released v2.4.3. Just waiting on this GitHub action to be done
Just confirmed the error is gone in the v2.4.3 container. Thanks for the quick fix! 🚀
Great!
I am getting this error trying out the new v2.4.2 container:
This doesn't occur in the v2.4.1 container.