Jack Szeto

Results 5 comments of Jack Szeto

Don't think downgrading React or ignoring the dependencies is a good way. When you run `npm update` later on, you'll face this again...

> @AmrViernes Does this help? https://www.youtube.com/watch?v=VLk45JBe8L8 This works but it won't be able to use the `useFormStatus`. The problem is it doesn't trigger the action with the ``. ```tsx {...

I don't understand how come using the `getStart()` function would work in a ``. All ``, `` will auto expand their width depend on the widest cell in the same...

I found out that's a problem with pan event in `GestureDetector`. The `InteractiveViewer` has a `GuestureDetector` in the source code. My workaround is to make my custom `InteractiveViewer` that copy...

@flexboni sorry for the late reply. I just copied the source code and commented the `GestureDetector`'s event. You'll need to handle the events manually using the `TransformationController`. Dart Code ```dart...