The problem for me was that the ReduxProvider and the ThemeProvider was rendered in the same function.
So I moved the ThemeProvider to a ReduxProvider child component and this solved my issue.
CLICK HERE to find out more related problems solutions.