react-apollo v3.1.2 Release Notes

Release Date: 2019-10-01 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make sure SSR is fully disabled when using ssr: false and ssrMode: true. @maapteh in #3515
    • ๐Ÿ›  Fixed MockLink's broken newData function handling. @pawelkleczek in #3539
    • ๐Ÿ›  Fixed an issue that prevented networkStatus from changing ready at the end of pagination. @mu29 in #3514