ZupIT/nimbus

Expression doesn't become a dependency of a state when it should

Closed this issue · 1 comments

@{formatPrice(condition(isNull(global.cart), 0, global.cart.total), 'BRL')}

When the global context is updated, this operation keeps the previous result, it doesn't update. Why?

It was a bug with the operation condition. Fixed.