Why is not this working?
hirppa opened this issue · 2 comments
hirppa commented
const test = currency(0);
test.add(1);
console.log(test.value); // 0 instead of 1
eXamadeus commented
mattgaspar commented
Something like the example above from @eXamadeus should be in the readme. I know it says Immutable in the features but if this gets glossed over none of the examples address this.