mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 05:03:07 +00:00
Merge pull request #8339 from nolanlawson/patch-1
Update 2016-11-16-react-v15.4.0.md
This commit is contained in:
@@ -41,7 +41,7 @@ To use it:
|
||||
|
||||
Note that the numbers are relative so components will render faster in production. Still, this should help you realize when unrelated UI gets updated by mistake, and how deep and how often your UI updates occur.
|
||||
|
||||
Currently Chrome is the only browser supporting this feature, but we use the standard [User Timing API](https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API) so we expect more browsers to add support for it.
|
||||
Currently Chrome, Edge, and IE are the only browsers supporting this feature, but we use the standard [User Timing API](https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API) so we expect more browsers to add support for it.
|
||||
|
||||
### Mocking Refs for Snapshot Testing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user