Figured I'd try upgrading this after working on D11948. I noticed in the Release Notes that it might fix Coinbase Wallet support on mobile.
Depends on D11948
Paths
| Differential D11949 Authored by ashoat on May 8 2024, 12:27 PM.
Details Summary Figured I'd try upgrading this after working on D11948. I noticed in the Release Notes that it might fix Coinbase Wallet support on mobile. Depends on D11948 Test Plan For now I only tested that the RainbowKit stuff works locally. Testing Coinbase Wallet is tough in a local environment. I plan to try to test it after shipping this to production
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptMay 8 2024, 12:27 PM2024-05-08 12:27:14 (UTC-7)
Harbormaster completed remote builds in B28769: Diff 39954.May 8 2024, 12:43 PM2024-05-08 12:43:31 (UTC-7) This revision is now accepted and ready to land.May 8 2024, 1:25 PM2024-05-08 13:25:06 (UTC-7) Closed by commit rCOMM089e1c93d6e6: [landing][lib][web] Update to @rainbow-me/rainbowkit 2.0.7 (authored by ashoat). · Explain WhyMay 8 2024, 1:51 PM2024-05-08 13:51:56 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39954 landing/package.json
lib/package.json
patches/@rainbow-me+rainbowkit+2.0.4.patch
patches/@rainbow-me+rainbowkit+2.0.7.patch
web/package.json
|
I introduced a previous diff where setAuxUserFIDs now clears fids prior to updating with new fids from the payload. The previous functionality of setAuxUserFIDs of just adding without clearing is now a new action type addAuxUserFIDs
There are now two callbacks which are called by a single useEffect. The two callbacks are called handleFarcasterMutuals and handleUserStoreFIDs