M
Size: a a a
M
S2
EA
<Provider store={store}>
<ThemeProvider theme={theme}>
<GlobalStyle />
<StylesProvider injectFirst>
<Switch>
<Route exact path='/' render={() => <div>Hello Gatsby</div>} />
<Route path='/signup' component={SignUpPage} />
</Switch>
</StylesProvider>
</ThemeProvider>
</Provider>
На роуте /signup получаю could not find react-redux context value; please ensure the component is wrapped in a <Provider>. Отчего такое?SignUpPageeсть useDispatch().
A
EA
DP
AM
RS
S2
EA
S2
EA
S2
S2
GO
a.
es