Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
It was fixed in facebook#8451.
  • Loading branch information
gaearon committed Nov 30, 2016
1 parent 5f8b288 commit b6d6017
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderers/dom/__tests__/ReactDOMProduction-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ describe('ReactDOMProduction', () => {
expect(function() {
class Component extends React.Component {
render() {
// FIXME: undefined is a valid return type in Fiber, at least in the
// current implementation. It's treated as empty. I don't know why we
// sometimes get false positives.
return undefined;
}
}
Expand Down

0 comments on commit b6d6017

Please sign in to comment.