RectangularSquid (Minor)
Split Entity Selectors out to be three less magical functions.
New
selectEntityByResult(state: object, resultKey: string): object
selectEntityById(state: object, entityType: string, id: string): object
selectEntityByType(state: object, entityType: string): ListOld Deprecated
selectEntity(state: object, resultKey: string)
selectEntityByPath(state: object, magicalEntityPath: array)