Install and run
yarn
yarn dev
If we useContext() inside custom renderer component, the default value is returned, that is the value passed to React.createContext function.
Expected result is the value from the Provider.
Custom renderer components show up on the root level in react-devtools.
Expected result is to see custom renderer show under the right node in the component tree.