The application fails to load on firefox.
The loading screen is displayed, and there is an error on startup:
It would be good for others to confirm that it is broken as well.
yarn start:browser)
It would be good for others to confirm that it is broken as well.
Confirmed.

I have seen this before, not all the browsers(?) allow positive lookahead groups for regexp, it's an ES7 thing (I am just guessing, though). I have seen lookahead groups commit recently, not sure where.
Here, FF and IE does not support groups, I remember I had the same issue a year ago.
@kittaakos this is what I could find that was added recently (following #7105):
I'll try a commit before and see if the changes affected firefox.
@kittaakos this is what I could find that was added recently (following #7105):
I'll try a commit before and see if the changes affected firefox.
I confirmed that a commit before the problem was not there, we will need to update the regular expressions.
@vince-fugnitto Do you take care about it?
I wonder is there some es linting for regex that we use only syntax supported by all browsers.