### Which react-spring target are you using? - [X] `@react-spring/web` - [ ] `@react-spring/three` - [ ] `@react-spring/native` - [ ] `@react-spring/konva` - [ ] `@react-spring/zdog` ### What version of react-spring are you using? 9.7.1 ### What's Wrong? The code throws an error when I use react-spring in my react page on **_ipad with ios13.4.1_** error message 👇 `SyntaxError: Unexpected token '='. Expected an opening '(' before a method's parameter list.` It works fine if I remove the code about react-spring. ### To Reproduce none ### Expected Behaviour expect it works as well as other libraries ### Link to repo none