Browse Source

prefer https to http for links (#2643)

main
Toru Kobayashi 5 years ago
committed by Alexey Pyltsyn
parent
commit
5b6ad38880
  1. 4
      content/docs/reference-profiler.md

4
content/docs/reference-profiler.md

@ -110,10 +110,10 @@ Timestamp when React began rendering the current update.
Timestamp when React committed the current update. Timestamp when React committed the current update.
This value is shared between all profilers in a commit, enabling them to be grouped if desirable. This value is shared between all profilers in a commit, enabling them to be grouped if desirable.
* **`interactions: Set`** - * **`interactions: Set`** -
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). 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).
> Note > Note
> >
> Interactions can be used to identify the cause of an update, although the API for tracing them is still experimental. > Interactions can be used to identify the cause of an update, although the API for tracing them is still experimental.
> >
> Learn more about it at [fb.me/react-interaction-tracing](http://fb.me/react-interaction-tracing) > Learn more about it at [fb.me/react-interaction-tracing](https://fb.me/react-interaction-tracing)

Loading…
Cancel
Save