Closed adminy closed 2 years ago
I call store.setState twice and the component only registers one of those calls.
store.setState
When I try it with a delay, or an async fetch it completely ignores it.
My component is hooked with connect
connect
What is happening ?
The updated structure was different!
I call
store.setState
twice and the component only registers one of those calls.When I try it with a delay, or an async fetch it completely ignores it.
My component is hooked with
connect
What is happening ?