widgets-demo
widgets-demo copied to clipboard
@uniswap/widgets demo
We are using vite in our monorepo and tried bringing in the uniswap widget, without luck. There's no clear information on how to compile this widget with Vite and it...
Hello Sir, Trust you are doing well. I need a UniSwap widget with Angular framework and @wagmi/core. CAn you please help me out with a boilerplate code sample?
I had trouble to implement uniswap widget in my react project (due to jotai bug: https://github.com/Uniswap/widgets/issues/374). Even if I add jotai-immer dependency to my project, i get a lot of...
You will need to add the dependency `immer` and `jotai-immer` in order to run this project properly. If you don't add these two dependencies you might get error ``` Module...
``` Failed to compile ./src/components/App.tsx 22:30 Module parse failed: Unexpected token (22:30) You may need an appropriate loader to handle this file type. | var connectors = useRef(null); | var...
Hello, I have noticed that when the widget is fetching prices within my dapp, it takes about 5x as long to fetch the price through the widget than if I...
When using widget with `vite` it throws errors about missing fonts (`[plugin:vite:css] [postcss] ENOENT: no such file or directory, open '~@fontsource/ibm-plex-mono/400.css' `) or about missing modules (e.g. `Uncaught Error: Could...
I am using 'cra' branch and got this issue ``` Access to fetch at 'https://gateway.ipfs.io/ipns/tokens.uniswap.org' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on...