react.rb icon indicating copy to clipboard operation
react.rb copied to clipboard

should_update? passing in native objects and expecting native true false return

Open catmando opened this issue 9 years ago • 1 comments

should_update? passes two native object hashes (for new params, and new state) and only works properly if true or false are returned (i.e. nil does not work as false)

This all work aroundable, but a nuisance... Luckily should_update? is not used that frequently. At least lets update the documentation

catmando avatar Jan 04 '16 22:01 catmando

This issue was moved to reactrb/reactrb#113

sollycatprint avatar Jun 13 '16 13:06 sollycatprint