Common errors
Error code 11
message
This selector requires data that has not been provided by the component's props.
description
You are using a selector that expects data to be available on the properties of the component you are passing to connect. This data doesn't seem to exist. Make sure this component is receiving any prerequisite data from its route or an upstream container component.