Skip to content

Commit b6d6017

Browse files
committed
Remove outdated comment
It was fixed in #8451.
1 parent 5f8b288 commit b6d6017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/renderers/dom/__tests__/ReactDOMProduction-test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ describe('ReactDOMProduction', () => {
180180
expect(function() {
181181
class Component extends React.Component {
182182
render() {
183-
// FIXME: undefined is a valid return type in Fiber, at least in the
184-
// current implementation. It's treated as empty. I don't know why we
185-
// sometimes get false positives.
186183
return undefined;
187184
}
188185
}

0 commit comments

Comments
 (0)