mobxjs / mobx-react-lite

Lightweight React bindings for MobX based on React 16.8 and Hooks
https://mobx.js.org/react-integration.html
MIT License
2.13k stars 90 forks source link

Remove object destructuring from optimizeForReactDOM/Native #240

Closed Tarpsvo closed 4 years ago

Tarpsvo commented 4 years ago

Replaced object destructuring with a more conventional approach to fix issue #238.

It was crucial for optimizeForReactDom.js to provide support for IE11, but I also applied the same logic to optimizeForReactNative.js just to keep it consistent between the two files.