Closed gideonstele closed 2 years ago
Use the Name of Hook Function as the Name of Context.
React DevTools Components Tree, Before:
<Context.Provider> ...
Now:
<YourUseHookName.Provider> ...
Use the Name of Hook Function as the Name of Context.
React DevTools Components Tree, Before:
Now: