RL Brown

Results 5 comments of RL Brown

Looks like I'm also running into this. `{ ok: true, groups: [] }`

...although I've just found a workaround using the code in PR #86

I noticed the same thing and also addressed it by modifying the check on the `response` to look for `data.error`. Then, while testing something else, I _did_ get back a...

well, I'm still having some issues with the subsequent modals not working after a success. It's clearly a bigger architectural problem where I'm doing something dumb/wrong. Will close this.

I might have figured out my problem; I made a mistake, as I expected. I am (for now) using React, and I was modifying the sample code on CodeSandbox [here](https://codesandbox.io/s/ecstatic-lake-9kqgo?file=/src/uppload.js)....