mirror of
https://github.com/jbranchaud/til
synced 2026-01-09 01:58:02 +00:00
Fix a typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Quickly Search For A Component With React DevTools
|
# Quickly Search For A Component With React DevTools
|
||||||
|
|
||||||
As the size of your React app grows, it can become challenging to track down
|
As the size of your React app grows, it can become challenging to track down
|
||||||
specific component within the [React
|
specific components within the [React
|
||||||
DevTools](https://github.com/facebook/react-devtools) extension. You opened
|
DevTools](https://github.com/facebook/react-devtools) extension. You opened
|
||||||
it up with the hopes of quickly inspecting the `props` being received by a
|
it up with the hopes of quickly inspecting the `props` being received by a
|
||||||
component, but find yourself navigating through the DOM structure instead.
|
component, but find yourself navigating through the DOM structure instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user