Skip to content

Commit

Permalink
Fix get(Static|Initial)Props re-running when updating query
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 2, 2020
1 parent 09229fe commit 5822d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class Container extends React.Component {
// client-side hydration. Your app should _never_ use this property.
// It may change at any time without notice.
_h: 1,
shallow: true,
}
)
}
Expand Down

0 comments on commit 5822d27

Please sign in to comment.