Leo Jiang
Leo Jiang
# Bug report ## Description / Observed Behavior In some scenarios, I'd expect onSuccess to be called, but it doesn't. E.g. a route "/foo" populate the state inside SWR's onSuccess....
# Environment Knex version: 2.2.0 Database + version: PG 14 OS: WSL 2 # Bug 1. Explain what kind of behaviour you are getting and how you think it should...
**Describe the bug** > A clear and concise description of what the bug is. I have a draggable element with `axis: 'y'`. After I navigate back using alt+left, the element...
If people try to sign in before the Google API file loads, it'll show the error in the title. I can consistently repro this error by throttling my network speed....
Here are some misc things that I think could be changed. I've never written an open source PR before, I think it's easier if an existing contributor changed it: 1....
### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/android: 6.0.0 @capacitor/ios: 6.0.0 Installed Dependencies: @capacitor/cli: 6.0.0 @capacitor/core: 6.0.0 @capacitor/android: 6.0.0 @capacitor/ios: 6.0.0 [error] Xcode...
### Capacitor Version ``` Latest Dependencies: @capacitor/cli: 5.7.4 @capacitor/core: 5.7.4 @capacitor/android: 5.7.4 @capacitor/ios: 5.7.4 Installed Dependencies: @capacitor/cli: 5.7.4 @capacitor/core: 5.7.4 @capacitor/android: 5.7.4 @capacitor/ios: 5.7.4 ``` ### Other API Details _No...
## Bug Report I upgraded to Capacitor 6 yesterday, then spent half a day trying to fix "plugin is not implemented on android" errors. ### Plugin(s) I think it affects...
**Describe the bug** I noticed that gestures in Android webviews felt laggy, so after some debugging, I found the root cause: pointermove events have a ~100ms delay between them whereas...
I'm building a mobile web app with tabs and stack navigation, so I need Offscreen or React Freeze (https://github.com/software-mansion/react-freeze, simulates Offscreen using Suspense). If I also use `startTransition`, the updates...