You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
const test = currency(0);
test.add(1);
console.log(test.value); // 0 instead of 1
The text was updated successfully, but these errors were encountered: