diff --git a/CHANGELOG.md b/CHANGELOG.md index 79858b32..507a0d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Stop disabling SSR on graphql query. It was introduced on v1.13.1 as a temporary change. ## [1.20.1] - 2019-06-27 diff --git a/react/Shelf.js b/react/Shelf.js index d742397b..3039dac5 100644 --- a/react/Shelf.js +++ b/react/Shelf.js @@ -98,7 +98,6 @@ const options = { specificationFilters = [], maxItems = ProductList.defaultProps.maxItems, }) => ({ - ssr: false, variables: { category, collection,