Noé Malzieu

Results 19 comments of Noé Malzieu

Hi @jetlej , did you ever manage to make this work? Having the exact same issue

I have the exact same issue. Right now fixed with resetting the RainbowKitProvider on disconnect: ```const { address } = useAccount(); const addressRef = useRef(address); const [resetDate, setResetDate] = useState(0);...

Thanks for your quick answer! I wonder if we shouldn't see connectors in 2 groups: - connectors that we manually pass to the provider - injected installed connectors that we...

Yes, I have the same issue

Seems the url it tries to open is `null/wc?uri=wc%3Adaeac7f5-2e5f-40bc-8866-972ef85c4...` I think it's because this document => https://registry.walletconnect.org/data/wallets.json has ``` "mobile":{ "native":"imtokenv2:", "universal":null }, ``` for imtoken for instance - it...

This code should def fallback to deeplink on iOS if there is no universal link but a deeplink in the JSON!

Hi, I have the same issue (on iOS only, android works well) I can confirm I have the same issue with version 0.71.10

Thanks @kkoudev , but I guess this fix was useful for another reason? (not firing onChange too often?)

Hi there! I have the exact same issue on iOS 17.2.1 If I kill my PWA, then send a notification and click on it, the `notificationclick` event is triggered, and...

I agree, seems to be an Apple / Safari / Webkit issue and not a firebase issue. Also, I don't think it is the same as https://bugs.webkit.org/show_bug.cgi?id=252544 - this one...