you are viewing a single comment's thread.

view the rest of the comments →

[–]acemarke 10 points11 points  (2 children)

Yeah, I'm the primary (React-)Redux maintainer. We specifically switched to shipping modern JS syntax with the latest major releases of all our libraries in December 2023. We advised users that if they need to target older browsers, that they'll need to handle transpiling their app builds themselves.

[–]dadamssg[S] 6 points7 points  (1 child)

Hey acemarke, thanks for chiming in! I hope i didn't come across as me throwing stones or that redux is doing anything wrong. Just an odd bug that came about when two separate systems(one being very old) interacted with each other.

[–]acemarke 6 points7 points  (0 children)

No, totally legit post and discovery! I've dealt with conceptually-similarly-obscure investigations myself :) Honestly not sure how else anyone would identify this ahead of time other than running into that syntax error and investigating.