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: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,13 +411,11 @@ This is not necessary if you use React Router 4.4+. You can find more details an
411
411
<summary>Usage with React Developer Tools.</summary>
412
412
<p></p>
413
413
414
-
If you want React Developer Tools to recognize your reactive view components with names, you have to pass a **named component**to the `view` wrapper function instead of an anonymous one.
414
+
If you want React Developer Tools to recognize your reactive view components' names, you have to pass either a **named function**or an anonymous function with **name inference** to the `view` wrapper.
0 commit comments