Mike Gray
Mike Gray
I'm not really sure what you gain by not removing the line. Like I mentioned, `handlePan` is still called again with `.ended` (or maybe `.cancelled`?), which will still call `stopPullToDismiss`
I also discovered another screen jump bug, which I can't seem to reliably recreate. Hard to describe, but occasionally, when I pull the screen down, but not past the `translationThreshold`,...
I meant to branch this from master without the other PR included. If you want I can close this and resubmit
This commit (https://github.com/RobertoNegro/package-info.nvim/commit/9b8a747d59b9cd5e8e689be6134ad170dfb7620a) fixes the issue for me
Reproduction steps: 1. (over a ts error) toggle the better-ts-errors window open 2. toggle the better-ts-errors window closed 3. split the window (`:vs`) 4. close the original window 5. attempt...
Still seeing this issue with: - `@rnmapbox/maps`: 10.1.43 - `RNMapboxMapsVersion`: 11.14.4 - or default v10 - `newArchEnabled`: true - `react-native`: 0.76.9 - `expo`: 52.0.47
I have managed to upgrade to Expo 53 in the meantime, so the new environment is: - @rnmapbox/maps: 10.1.43 - RNMapboxMapsVersion: 11.14.4 - or default v10 - newArchEnabled: true -...
To add some more context to this, I've found updating the `targetSdk` to 35 (as soon to be required by Play Console) is causing the issue. Attempting to then set...
@mfazekas completed how? Is there a commit/PR that fixes it? An upcoming release?
Correct me if I'm wrong, but the underlying query library that trpc is built on has caching built in does it not? (https://tanstack.com/query/latest)