-
Notifications
You must be signed in to change notification settings - Fork 210
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
Not working in Safari #1738
Comments
Thanks for opening your first issue here! This space is protected by our Code of Conduct - and we're here to help. |
Can you tell which line of code is throwing the error? |
Not in production, because there aren't source code maps published. Running locally, the error I get is
Which corresponds to the removeBackslashes function in picomatch. Looks like it was fixed in micromatch/picomatch#15 |
* upgrade picomatch for #1738 * fix: remove picomatch from package.json Co-authored-by: Jeffrey Warren <jeff@unterbahn.com> Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
Please describe the problem (or idea)
Load page, can't take or upload photos.
Console error "Invalid regular expression: invalid group specifier name"
Quick google search indicates that error message may be due to using look-behinds in regular expressions.
https://stackoverflow.com/questions/51568821/works-in-chrome-but-breaks-in-safari-invalid-regular-expression-invalid-group
Please show us where to look
https://beta.sequencer.publiclab.org
What's your PublicLab.org username?
jlev
Browser, version, and operating system
Mac OS 10.15.7
Safari 14.0
Thank you!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: