Skip to content

Commit

Permalink
feat: activate pureRender by default
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Feb 18, 2019
1 parent f52d59c commit 4e971b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const configuration = {
pureSFC: true,

// keep render method unpatched, moving sideEffect to componentDidUpdate
pureRender: false,
pureRender: true,

// Allows SFC to be used, enables "intermediate" components used by Relay, should be disabled for Preact
allowSFC: true,
Expand Down

0 comments on commit 4e971b5

Please sign in to comment.