Emil Ibatullin
Emil Ibatullin
I think it is one of the major issues to solve in order to reduce migration pain.
I think your proposal is interesting. Have you considered using `TaskEither` from the `fp-ts` library? It could be more suitable for more complex scenarios. Additionally, if we're planning to support...
Forcing users to install a package directly from github without real necessity is a kind of meh.
You need to transpile `@uniswap/widgets`, I'm not sure how to do it in 12 version, but in 13 version there is an option in next.config.js file ([link to doc](https://nextjs.org/docs/app/api-reference/next-config-js/transpilePackages)): ```js...
> > You need to transpile `@uniswap/widgets`, I'm not sure how to do it in 12 version, but in 13 version there is an option in next.config.js file ([link to...
@Doberman2029 Not sure if it is still relevant. But it looks like you call react hook outside a render function.
> Has anyone been able to fix that? I'm having the same issue :(( I had to do a quick fix. Wrap your uniswap widget with `` and add next...