Jörn Röder
Jörn Röder
yeah, that's a good start and would remove duplication. I envisioned something which also takes care of the `cancellation` but I can also glue that together myself. My Idea was...
the code was removed here https://github.com/PostHog/posthog-js/pull/898
You guys broke the functionality by keeping the types but removing the implementation which left us (and others potentially) in the dark. The callback didn't get called anymore when it...
you could add a @deprecated jsdoc comment on the typescript prop, many editors pick that up and show it struck through which would give devs a hint.
After sleeping on this I think the best move would have been to do something like this dummy code below: 1. deprecation notice for folks who are going to use...
tamagui but expressed as tw would be fire
similar issue here where you end up with the following ``` Cannot read properties of undefined (reading 'includes') ``` thrown from here https://github.com/expo/expo/blob/9b829e0749b8ff04f55a02b03cd1fefa74c5cd8d/packages/expo-router/src/fork/useLinking.ts#L159 if you router.navigate() or router.push() to a...
@EvanBacon browser buttons not working are a blocker for me using this in any serious production setup. Let's make this better, that should not be an issue in a v5...
I can constantly produce this by: 1. creating a new expo project 2. adding a link to a non existing route to the explore page 3. tap the link 4....