-
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
v1.16.0 SyntaxError: Identifier 'process' has already been declared #6280
Comments
@bryce-pearce could you share what (if any) future flags you have set in your |
None, my module.exports = {
serverDependenciesToBundle: [/^lodash-es.*/],
ignoredRouteFiles: ['.*'],
devServerBroadcastDelay: 1000,
}; |
if anyone has updates, suggestions or workarounds, it would be much appreciated! |
If anyone has updates, suggestions, or workarounds regarding the same issue, I would greatly appreciate it! |
We just published version |
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that are unactionable. Please reach out if you have more information for us! 🙂 |
What version of Remix are you using?
1.16.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Not sure the root cause, but this issue is appearing after upgrading Remix from 1.15 to 1.16, no other changes were made.
Note: Going through versions and it appears this issue has been occurring since at least
1.16.0-pre.4
. But from that version until earlier versions have this additional error:Cannot destructure property 'basename' of 'React__namespace.useContext(...)' as it is null.
Expected Behavior
There is no crash when upgrading to 1.16
Actual Behavior
There is a crash when upgrading to 1.16
The text was updated successfully, but these errors were encountered: