Victor Jozwicki

Results 8 comments of Victor Jozwicki

Just seen it today as well ![image](https://user-images.githubusercontent.com/9157538/48664323-37b25800-ea9d-11e8-86c3-4769c4da864b.png)

Know any library to allow usage of alarms ?

Sure I found them, but what I meant is that they're not in the awesome react native website. And react-native-alarm doesn't seem to be active anymore.

1680x1050 skips every second line for me as well (and then synchronizes later)

> I found the solution in #3184. > > I added `"presets": ["@nrwl/web/babel"]` to the `babel.config.json` file in the monorepo root, and the issue has been solved. Fixed it for...

You should use `previousState` in your setState instead of using the current values `setValues(prevState => {...prevState, [event.target.name]: event.target.value})`

After parsing files is still an object. Is this correct behaviour ?

> I disagree with this change. We did have `Model.exists()` return a `Promise`, but we think the syntax is better if `exists()` returns a query to allow chaining, like `Model.exists(filter).session(session)`....