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 bd05362 commit e915f9aCopy full SHA for e915f9a
src/components/connectAdvanced.js
@@ -222,7 +222,7 @@ export default function connectAdvanced(
222
notifyNestedSubsOnComponentDidUpdate() {
223
// `componentDidUpdate` is conditionally implemented when `onStateChange` determines it
224
// needs to notify nested subs. Once called, it unimplements itself until further state
225
- // changes occur. Doing it this way vs having a permanent `componentDidMount` that does
+ // changes occur. Doing it this way vs having a permanent `componentDidUpdate` that does
226
// a boolean check every time avoids an extra method call most of the time, resulting
227
// in some perf boost.
228
this.componentDidUpdate = undefined
0 commit comments