-
Notifications
You must be signed in to change notification settings - Fork 67
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
Regex not compatible IOS / Safari #55
Comments
@GautheyValentin Can I ask which versions of Safari are you using? |
@arefaslani Hello 14.0 on macOS |
@GautheyValentin Yeah that'd be also nice 👍 |
Have you been successful in solving this issue by now? Sorry, I just came back to check the issues. Seems like I need to change the regex to make it also compatible with the browsers you mentioned. |
Hi, I just downgraded to But maybe is my fault, what is your tsconfig ? |
Actually, I don't work with Typescript, but I'll definitely try to see what's wrong... |
@GautheyValentin Have you been successful in solving this problem? |
No :( |
Why this script is included in |
It is already only in next.config.js const widthImages = require("next-images");
const { nextI18NextRewrites } = require("next-i18next/rewrites");
const localeSubpaths = {
fr: "fr",
nl: "nl",
};
module.exports = {
default: widthImages({
webpackDevMiddleware: (config) => {
config.watchOptions = {
aggregateTimeout: 200,
poll: 1000,
};
return config;
},
rewrites: async () => nextI18NextRewrites(localeSubpaths),
}),
localeSubpaths,
env: {
NEXT_PUBLIC_RECAPTCHA_SITE_KEY: process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY,
},
}; |
Same here. |
When wrapping the regex |
Hello,
issuer: /\.\w+(?<!(s?c|sa)ss)$/i,
Create JS crash on Safari / IOS
To tempory fix, i use @1.3.0
If you have a other solution
The text was updated successfully, but these errors were encountered: