Dustin L. Dodson

Results 4 comments of Dustin L. Dodson

This happens because of the comparison taking place in RIEStatefulBase: ```javascript if(result && this.props.value !== newValue) this.commit(newValue); ``` It's using the `!==` comparator, which compares types of the objects as...

In case anyone is interested, I've forked and merged most pull requests after checking them out. I've also added some functionality that was needed for some things I've been working...

For sure! Everyone should feel free to post issues and pull requests to the fork.