You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use reworm to get some simple state in our stories (rather than creating stateful components). #12 shows that reworm 2 has a breaking change and you must now use the <Provider>.
Update to reworm 2 and make the necessary changes in the story to use <Provider>
The text was updated successfully, but these errors were encountered:
We use reworm to get some simple state in our stories (rather than creating stateful components). #12 shows that reworm 2 has a breaking change and you must now use the
<Provider>
.Update to reworm 2 and make the necessary changes in the story to use
<Provider>
The text was updated successfully, but these errors were encountered: