Rafael Pedretti

Results 5 comments of Rafael Pedretti

It seems you are missing a `call` at `getUsers` ``` const result = yield* call(getUsers); ```

Any updates on this? The scenario @Dakkers describes is required in my project and is preventing my team to migrate to react-final-form

On the same topic of SPM packages I have an example that fails with ```bash xcodebuild: error: Failed to build workspace TestProject with scheme TestProject.: Tests in the target “TestProject”...

I'll have some code by eod today for people to test also. I'm scanning the project to add all the tests to test explorer a do some other fixes On...

I have a PR to try to get most of the test data from the project itself: https://github.com/sweetpad-dev/sweetpad/pull/67 To try it on your local just checkout the branch and *...