You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference-profiler.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,10 +110,10 @@ Timestamp when React began rendering the current update.
110
110
Timestamp when React committed the current update.
111
111
This value is shared between all profilers in a commit, enabling them to be grouped if desirable.
112
112
***`interactions: Set`** -
113
-
Set of ["interactions"](http://fb.me/react-interaction-tracing) that were being traced the update was scheduled (e.g. when `render` or `setState` were called).
113
+
Set of ["interactions"](https://fb.me/react-interaction-tracing) that were being traced the update was scheduled (e.g. when `render` or `setState` were called).
114
114
115
115
> Note
116
116
>
117
117
> Interactions can be used to identify the cause of an update, although the API for tracing them is still experimental.
118
118
>
119
-
> Learn more about it at [fb.me/react-interaction-tracing](http://fb.me/react-interaction-tracing)
119
+
> Learn more about it at [fb.me/react-interaction-tracing](https://fb.me/react-interaction-tracing)
0 commit comments