Skip to content

Commit 5822d27

Browse files
committed
Fix get(Static|Initial)Props re-running when updating query
1 parent 09229fe commit 5822d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/next/client/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ class Container extends React.Component {
119119
// client-side hydration. Your app should _never_ use this property.
120120
// It may change at any time without notice.
121121
_h: 1,
122+
shallow: true,
122123
}
123124
)
124125
}

0 commit comments

Comments
 (0)