Richard Willis

Results 96 comments of Richard Willis

@TkDodo in the meantime i've create a repro here, see README for instructions: https://github.com/badsyntax/react-query-mutation-resume-bug i'll see what i can do with replay.io

@TkDodo thanks for the investigation & explanation, that all makes sense! i can confirm the workaround works with the latest v5 beta [edit] The workaround works [in the repro](https://github.com/badsyntax/react-query-mutation-resume-bug), but...

@TkDodo After adding the workaround you mentioned to the web example, i was still seeing the same behaviour in my React Native app. Your explanation of the initial problem (`...but...

@schriker for the 3rd case, although a little different to my case, to fix it i had to remove the `focusManager` related code. So try remove `focusManager.setFocused()` in your code...

It would be ideal if the library would handle these states for us based off the state of the online manager.

Loading nvm _from within_ `.xcode.env` seems to resolve this for me: ```shell export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm export NODE_BINARY=$(command -v node) ```

I've added a PR to remove Stylesheet.resolve: https://github.com/lelandrichardson/react-primitives/pull/148

@craigktreasure i've just installed the latest version (macos/7.0.200/arm64) and i get the same error: ```console ❯ dotnet format Welcome to .NET 7.0! --------------------- SDK Version: 7.0.200 Telemetry --------- The .NET...

@craigktreasure i've tried with `7.0.103` and it results in the same problem :( it would be great to get some feedback from the dotnet devs, do we know they're even...

Hey, thanks for the kind words! I built this project as an experiment and also as means to upskill a bit in react. I never actually used this interface in...