Is there a good way to reload the entire application upon (type === AUTH_LOGOUT) and make sure it completes reloading before we representing the Login page?
Thanks!
Is there a good way to reload the entire application upon (type === AUTH_LOGOUT) and make sure it completes reloading before we representing the Login page?
Thanks!
Which version of admin-on-rest are you using? There was a bug prior to v1.1.0, now the state resets after a logout, and the whole app should rerender.