We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52d59c commit 4e971b5Copy full SHA for 4e971b5
src/configuration.js
@@ -6,7 +6,7 @@ const configuration = {
6
pureSFC: true,
7
8
// keep render method unpatched, moving sideEffect to componentDidUpdate
9
- pureRender: false,
+ pureRender: true,
10
11
// Allows SFC to be used, enables "intermediate" components used by Relay, should be disabled for Preact
12
allowSFC: true,
0 commit comments