jamiebuilds / unstated-next

200 bytes to never think about React state management libraries ever again
MIT License
4.18k stars 145 forks source link

Add displayName for Provider #78

Open trainto opened 4 years ago

trainto commented 4 years ago

React Context can have its displayName to show in React DevTools, which is useful when there are many Contexts in the tree.

ref: https://reactjs.org/docs/context.html#contextdisplayname

kirittanna commented 2 years ago

@jamiebuilds can you please merge this as it definitely helps while looking through the component tree during debugging?

kbanman commented 6 months ago

This has been open for 4 years.. What's needed to get this merged?