FakeSloth / zoa

A chat app.
https://zoa.herokuapp.com/
MIT License
2 stars 3 forks source link

make toId global #2

Closed Lord-Haji closed 7 years ago

Lord-Haji commented 7 years ago

Why the build is still failing ? @CreaturePhil

CreaturePhil commented 7 years ago

Why are you making toId a global? This is a bad idea because they clutter up the global namespace and are slower to look up than local variables.

CreaturePhil commented 7 years ago

Also the build is failing because you need to let flow, a type checker, know that toId is now a global variable.