react-apollo v2.3.2 Release Notes

  • ๐Ÿ‘Œ Improvements

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ This package no longer imports react-dom/server unconditionally at the top level, making react-apollo safer to use in environments like React Native that are neither browser-like nor Node-like, and thus struggle to import react-dom/server and its dependencies. Additionally, the React Native bundler has been instructed to ignore all react-dom/server dependencies within react-apollo, so react-dom will not be bundled in React Native apps simply because they import react-apollo. PR #2627