Victa Kwok Wai Phu

Results 13 comments of Victa Kwok Wai Phu

Not sure if this will help, but I struggled with the dynamic imports until I did the following: const SwapWidget = dynamic( async() => { const res = await import('@uniswap/widgets');...

For anyone having issues with a bunch of infinite loops about deprecated warnings, add this to your package.json of your project: "jotai": "~1.3.7", What I noticed was that in the...

hi @j05u3 thanks for the PR, let me get the blockcoders folks to confirm and we can start approving it

hey @j05u3 did you find any other documentation improvements?