I'm getting an error into my React app that is killing me lol.
I searched in every forum, every questions, every GitHub issue... Nothing solve my problem.
In fact my react app is working on chrome, firefox, but not in safari and any iOS browser. It shows me a blank page.
in the console I can see: SyntaxError: Invalid regular expression: invalid group specifier name
so I tried to change my regex expression which is:
/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/
But nothing solve. In the inspector I can see "You need to enable JavaScript to run this app.". And I repeat I tried everything that I found in every other asks. Nothing solve it :/ please help me ! Thanks in advance !