-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Breaking v3.x change #3260
Comments
This is the line, it's at the top in - const isHelp = ctx.pathWithoutLocale === '/help' As soon as I upgraded to v3.x (with no other changes), the error appeared. What's up here @ForbesLindesay? |
@ForbesLindesay to reproduce, clone this repo, and then |
I'm seeing this too. Should be mentioned in the breaking changes if this feature has been dropped. |
This is odd. I'm not sure what's causing this. I'll have a go at debugging and see what I can do. |
This is a regression in |
Thank you for reporting this. If you update the "with" dependency to 7.0.1 it should now be fixed. You can do this in your lock file, as |
No problem @ForbesLindesay I'll try the new version |
Any plans to release the fix to NPM? |
@tapz it is released to npm. If you still have problems it means you have a cached dependency in your lock file. Update your lock file. |
It seems in v3.x that variables declared are no longer working and throwing errors...
✖ error SyntaxError: Identifier 'isHelp' has already been declared
The text was updated successfully, but these errors were encountered: