ZupIT/nimbus

"if" runs every expression on the branch that is not rendered

Tiagoperes opened this issue · 1 comments

"if" will run every expression on both branches despite the value of condition. This was much easier to code when we were implementing the component for the first time, but this is clearly wrong since some value referenced by an expression might not be available yet, which may cause null pointers.

duplicated: #80