Lydie Danet

Results 4 comments of Lydie Danet

Thank you for the very detailed description of the problem. I have one question though: Why are the `syncErrors` removed when unregistering fields? Yes the field is unmounted but the...

I'm having the same issue. As QuentinFchx pointed out, there is a problem with globs, but there is another problem. currentrame and I are using absolute paths, and `path.resolve(output, input)`...

It's not a complete deal breaker for me, but it is really annoying that it takes over my current work when I go to help a coworker with their code....

After digging some more, I found that my preferences are not stored in the system preferences, but in local storage. In `www/apppreferences.js`, [here](https://github.com/apla/me.apla.cordova.app-preferences/blob/78a944a1fedbb06136664e49e42c8f8cfc295c61/www/apppreferences.js#L118-L121) and [there](https://github.com/apla/me.apla.cordova.app-preferences/blob/78a944a1fedbb06136664e49e42c8f8cfc295c61/www/apppreferences.js#L178-L181) there is this piece of...