Skip to content

Commit 07ca990

Browse files
committed
remove irrelevant code comments
we haven’t event released yet and they’re out of date 😞
1 parent 3519fec commit 07ca990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/MatchProvider.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ class MatchProvider extends React.Component {
1919

2020
constructor(props) {
2121
super(props)
22-
// React doesn't support a parent calling `setState` from an descendant's
23-
// componentWillMount, so we use an instance property to track matches
2422
// **IMPORTANT** we must mutate matches, never reassign, in order for
25-
// server rendering to work
23+
// server rendering to work w/ the two-pass render approach for Miss
2624
this.matches = []
2725
this.subscribers = []
2826
this.hasMatches = null // use null for initial value

0 commit comments

Comments
 (0)