RevereCRE / relay-nextjs

⚡️ Relay integration for Next.js apps
https://reverecre.github.io/relay-nextjs/
MIT License
250 stars 30 forks source link

Fix issue for doesn't render into client #21

Closed 0xHexE closed 2 years ago

0xHexE commented 3 years ago

If we change the == with === doesn't work, so change the condition.

rrdelaney commented 3 years ago

Hi! Is there a benefit to using ! rather than == null? I'd prefer to exclusively check for null and undefined rather than false-y values.

0xHexE commented 2 years ago

addressed

rrdelaney commented 2 years ago

Going to close this. Any linter that prevents double-equal comparison to null is just wrong