Skip to content

Commit

Permalink
Fix tracing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 26, 2019
1 parent 0d5e4c7 commit d03ac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/tracing/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function checkEndToEndIntegration() {
SchedulerTracing.unstable_trace('render', 123, () => {
ReactDOM.render(
React.createElement(
React.unstable_Profiler,
React.Profiler,
{id: 'profiler', onRender},
React.createElement('div', null, 'hi')
),
Expand Down

0 comments on commit d03ac4b

Please sign in to comment.