David Rojas

Results 6 comments of David Rojas

I ran into the same issue. Like others, I suspect the culprit package is @material-ui/pickers. I was able to fix this by choosing the "classic" option for the jsxRuntime in...

I think I am running into the same thing you were. When you say that you got rid of the `getCurrent`, was it something like this? It tried this but...

Thanks @nicolaspapp. I tried using just the listen and it doesn't seem to be working. [Here is the implementation](https://github.com/algorandfoundation/algokit-lora/blob/8b1115423d922d9370ec9957aef52e30da59fbbe/src/features/deep-link/hooks/use-deep-link.tsx#L25). It's essentially the same thing but with some logic around the...

I tried using the listen directly and the new onOpenUrl from @FabianLars PR. They both work, but only when the app is already open. If the app is not open,...

Ok, I ended up doing something like this. Getting the `getCurrent` to run only the first time while registering the listener was a challenge since the navigate unmounts the component....

> This means that any class that does NOT implement this fix may lead to unexpected when users try to use `instanceof` across exports. I don't think we need to...