react-rethinkdb
react-rethinkdb copied to clipboard
Catch error w/ callback, dependency update, ...
catch errors w/ optional callback function, use console.log instead of console.warn for RN
dependency update
What's the reason to change console.log to console.warn? And any reason not to make the default callback use console.error, since it's logging an exception? Otherwise, looks good to me!