-
Notifications
You must be signed in to change notification settings - Fork 49.4k
Open
Description
React version: 16.13 and `0.0.0-experimental-aae83a4b9
Steps To Reproduce
- Goto https://codesandbox.io/s/xenodochial-field-rfdjz
- Try editing value of
MessageListContext.Provider
Link to code example: https://codesandbox.io/s/xenodochial-field-rfdjz
The current behavior
Context from createContext
can't be edited in the current devtools (provider, consumer, hooks)
The expected behavior
Context value should be editable. I already proposed an implementation for Provider and Consumer.