Brian Vaughn
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/forwarding-refs.md
|
|
@ -28,7 +28,7 @@ For example, the following component will appear as "*ForwardRef*" in the DevToo |
|
|
|
|
|
|
|
`embed:forwarding-refs/wrapped-component.js` |
|
|
|
|
|
|
|
If you name the render function, DevTools will include its name (e.g. "*ForwardRef(myFunction)*"): |
|
|
|
If you name the render function, DevTools will also include its name (e.g. "*ForwardRef(myFunction)*"): |
|
|
|
|
|
|
|
`embed:forwarding-refs/wrapped-component-with-function-name.js` |
|
|
|
|
|
|
|