Skip to content

Commit d03ac4b

Browse files
committed
Fix tracing fixture
1 parent 0d5e4c7 commit d03ac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/tracing/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function checkEndToEndIntegration() {
176176
SchedulerTracing.unstable_trace('render', 123, () => {
177177
ReactDOM.render(
178178
React.createElement(
179-
React.unstable_Profiler,
179+
React.Profiler,
180180
{id: 'profiler', onRender},
181181
React.createElement('div', null, 'hi')
182182
),

0 commit comments

Comments
 (0)