diff --git a/fixtures/fiber-debugger/src/App.js b/fixtures/fiber-debugger/src/App.js index 87435ec5e3..a41fa0abba 100644 --- a/fixtures/fiber-debugger/src/App.js +++ b/fixtures/fiber-debugger/src/App.js @@ -42,6 +42,10 @@ class App extends Component { return: false, fx: false, }, + graphSettings: { + rankdir: 'TB', + trackActive: true, + }, }; } @@ -158,7 +162,11 @@ class App extends Component {
- Step - {' '} - {currentStep} - : - {' '} - {friendlyAction} - {' '} - ( - - Edit - - ) -
- {stage &&Stage: {stage}
} - {Object.keys(this.state.show).map(key => ( - - ))} ++ Step + {' '} + {currentStep} + : + {' '} + {friendlyAction} + {' '} + ( + + Edit + + ) +
+ {stage &&Stage: {stage}
} + {Object.keys(this.state.show).map(key => ( + + ))} ++ +
++ +
+