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
Has anyone successfully integrated this with https://github.com/react-boilerplate/react-boilerplate? I started with the boilerplate with no changes, added this package, added redux-thunk, put AuthGlobals right under AppWrapper in App/index.js, and in app.js, rendered to the DOM the results of the renderApp call.
Getting the getIn error:
default-theme.js?926d:1 Uncaught (in promise) TypeError: Cannot read property 'getIn' of undefined
at t.value (default-theme.js?926d:1)
at eval (ReactCompositeComponent.js:795)
...
If anyone has a basic, working example I would really appreciate it. Would love to get these 2 packages working together...
Thanks!
The text was updated successfully, but these errors were encountered:
Has anyone successfully integrated this with https://github.com/react-boilerplate/react-boilerplate? I started with the boilerplate with no changes, added this package, added redux-thunk, put AuthGlobals right under AppWrapper in App/index.js, and in app.js, rendered to the DOM the results of the renderApp call.
Getting the getIn error:
If anyone has a basic, working example I would really appreciate it. Would love to get these 2 packages working together...
Thanks!
The text was updated successfully, but these errors were encountered: