Refsheet / refsheet-site

Refsheet is a place for character and world builders to attach assets related to their characters in one unified format, allowing artists and story writers to access the specific details of a character, maintaining synchronized dynamic canon.
https://refsheet.net
GNU General Public License v3.0
20 stars 1 forks source link

BIG BUG: Register page clears user input when completing CAPTCHA #231

Open MauAbata opened 3 years ago

MauAbata commented 3 years ago

It should not do this. I'm pretty sure it boils down to the state update in the callback from the CAPTCHA component passing in the initial model, which in turn causes the internal state in the <Form> component that I really should deprecate to get out-of-sync.

As I type this I really don't actually have an idea on how to easily fix it, since this is gross V1 code that encapsulates the model awkwardly.