Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove outdated comment
It was fixed in #8451.
  • Loading branch information
gaearon committed Nov 30, 2016
commit cc60f25bc2ab743a93c72c6bd454d9ad3b2b356c
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