Arjun Kannan
Arjun Kannan
I have the same issue as well
👍 This would be very useful
@silvenon Thanks! In the meantime, I'm using a solution similar to @oliverbenns, but with a pure CSS `show-on-mobile / hide-on-mobile` class that toggles display using media queries. As much as...
+1 this would be extremely useful
I'm having this issue too, even after setting up AuthGlobals, the reducer and executing configure
@lynndylanhurley If it helps at all, I was trying to implement this in a https://github.com/mxstbr/react-boilerplate/tree/master/app boilerplate app, after including `thunk` and making sure that everything in the `config` notes was...
No worries, I'll have a test repo up and hopefully you can help me debug. BTW, I love what you've done, and I have my fingers crossed that I'll be...
@lynndylanhurley Please check out this commit to see what I had: https://github.com/arjshiv/redux-auth-test/commit/dab0355965705d78e7ff812bf6358dc5620e6e89 You'll need to run `npm install` and then `npm start` and it should open up the app at...
For more context, this is on MacOS
@lynndylanhurley Thanks for taking a look. The most immediate workaround I can think of is not to use `Immutable` in the app and use something like `seamless-immutable` instead (or just...