Components using this.props.resources do not work with dataKey
Description
This is because the resources property is generated using its own reducer, which I have yet to work on. We will need this for https://folio-org.atlassian.net/browse/UIU-104#icft=UIU-104, since that requires two instances of the <Users> component and that uses props.resources.
This is because the
resources
property is generated using its own reducer, which I have yet to work on. We will need this for https://folio-org.atlassian.net/browse/UIU-104#icft=UIU-104, since that requires two instances of the<Users>
component and that usesprops.resources
.