hi i have the following code where the selector requires an index to grab a value from the store, I use withLatestFrom to grab this value from the store only th
I don't understand why my state data was not merged with my initial state In my initial state i have: data: {role: null, lastUrl: null}, When my call api is ove