curtisolson
curtisolson
I'm having the same behavior. I use 4 profile. 1 personal and 3 work projects. I cannot get profile to work and I've triple verified the config file matched my...
To try identify where the code stopped working, I tried earlier releases on Finicky. I first went back to 3.1 and it actually did do the profile swapping. So I...
I'm seeing odd behavior as well. At logout, I call api to do server logout, delete session and user and then update store. userService.logout() .then(() => { sessionService.deleteSession(); sessionService.deleteUser(); dispatch({...
I just changed storage methods and now I'm seeing the behavior I expected. From `sessionService.initSessionService(store);` To `sessionService.initSessionService(store, { driver: 'COOKIES' });`
This is an excellent example, but I think your YourForm.js doesn't match with the other code. Does the component just need to be changed to "component={GoogleAutocomplete}"?
Just getting back to this. What I did was use apitome for my public documentation and then just generated my other documentation in HTML format. I used groups to generate...