Ben Gillies

Results 2 issues of Ben Gillies

The reload method for recordArrays doesn't take into account the scenario where reload is called multiple times before the server returns. Currently in this case, isLoaded is set to true...

awaiting-response

Running this with React 0.14 gives the following warnings: ``` Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead. warning.js Warning: React.addons.batchedUpdates is deprecated. Use ReactDOM.unstable_batchedUpdates instead. ```