-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firefox: application fails to load #7771
Comments
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. |
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. |
Bug Description:
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.
Steps to Reproduce:
yarn start:browser
)Additional Information
The text was updated successfully, but these errors were encountered: