-
Notifications
You must be signed in to change notification settings - Fork 28
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
[BUG] handler.mjs: Comparison with -0 using the "===" operator will also match 0 [equals-negative-zero] #321
Comments
The faulty code is in While we could silence it, it doesn't sound right. The better fix would be to investigate and submit a fix upstream |
Can someone please tell me how this issue can be resolved? I am new to Cloudflare, and I am unable to build my application because of this. I really appreciate any help you can provide. |
This should not prevent building your app, it's only a warning. You can open an issue on the next.js repo to get this fixed, |
Hello,
Here is the repo with my code: https://github.com/nrjrajpal/workers-next-gpt-trial Please help me if possible, thanks. |
@nrjrajpal Could you please open a different issue. |
@nrjrajpal this should hopefully be fixed by #394 that will go into the next release |
@nrjrajpal It's not this error that's blocking your build |
@vicb I accidentally closed the issue and I can't open it back up |
i have the same issue on windows |
Describe the bug
When I build the app I get this warning:
Steps to reproduce
Go to https://github.com/LubomirGeorgiev/cloudflare-workers-nextjs-saas-template/actions/runs/13103167050/job/36553955672#step:8:137
Expected behavior
Build without warnings
@opennextjs/cloudflare version
0.4.3
Wrangler version
3.107.2
next info output
Additional context
No response
The text was updated successfully, but these errors were encountered: