Replies: 1 comment 2 replies
-
If you are still using inject, yes, otherwise no.
…On Wed, 7 Apr 2021, 18:05 Idan Levi, ***@***.***> wrote:
I moved to mobx 6v & mobx-react 7v
and I want to ask if I need to wrap root node in Provider like before:
<Provider {...stores}>
<Router>
<Switch>
<Route path='/' exact component={RootComponent} />
</Switch>
</Router>
</Provider>
for example
"mobx": "^6.1.8",
"mobx-persist-store": "^0.5.30"
"mobx-react": "^7.1.0"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2877>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBGF2SGCOK5AXHUD3MDTHSGGJANCNFSM42RFWAPQ>
.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I moved to mobx 6v & mobx-react 7v
and I want to ask if I need to wrap root node in Provider like before:
for example
Beta Was this translation helpful? Give feedback.
All reactions