When inspecting a component that is missing context it is displayed as an empty object, meanwhile if the state is not initialized it is not displayed at all, for no props it is displayed the string None. In my humble opinion it is misleading that no context is displayed as an empty object.
When inspecting a component that is missing
contextit is displayed as an empty object, meanwhile if thestateis not initialized it is not displayed at all, for nopropsit is displayed the stringNone. In my humble opinion it is misleading that no context is displayed as an empty object.