Franklin Wang
Franklin Wang
Hmmm I'm very iffy on this. I get that we need this info, however I'd much rather track this in some sort of context object per hydration/query execution (which I...
For those looking for a workaround, you'll have to wrap your tooltip content or offending content with `DisableSelection`.
Ok ran into this issue again, this time with context menus. If you have a context menu inside a `SelectionContainer` then you can't click on the menu items without it...
Just ran into this problem. I am parsing user input in the form of `String` to `JsonElement` to put as JWT claims (for a HTTP Client). I need to put...
Definitely something I miss from Kotlin. Would be great timing to have this implemented this alongside the upcoming [null safety](https://dart.dev/null-safety).
Hmm should be ok once it's squashed. Will merge this.
Ok I was able to isolate it to one library in our project. Seems like upgrading it was the solution. I'll report back tomorrow with more findings.
I managed to figure out the exact library change that fixes it. https://github.com/statsig-io/java-server-sdk/compare/2.0.7...2.0.8 If I add back this line `Thread.setDefaultUncaughtExceptionHandler(MainThreadExceptionHandler())` then it causes the bug. To be honest I'm not...