Ilja
Ilja
@ssotomayor Looks like your eslint rules are asking to add `.js` at the end of an import. Exports for wagmi package are defined here https://github.com/WalletConnect/web3modal/blob/V3/packages/wagmi/package.json#L10 loos to be the same...
Most of these are now resolved via recent beta release and full integration with https://wagmi.sh
Closing this due to big gap between recent version. Modal is now in v2 stable however and we are not expecting api to change as much as it did during...
We've dropped hooks in latest release and are now fully compatible with wagmi, so you can use their hooks (which have this functionality separated) 👍 See updated docs https://docs.walletconnect.com/2.0/introduction/web3modal/about
We have moved over to using wagmi fully for web3modal (https://wagmi.sh) so this could now become a feature request in their lib.
Ah, I assume this library is getting deprecated in favour of https://github.com/fireveined/pixi-layout and your new `asana-layout` project (looks like it somehow got mixed into npm package for this library)? I'd...
ts-ignored it for now yeh, it's on the styles of `` though. I think you can set it as prop as well, however as prop it seems to have no...
😅 yeh I wanted to, but it seems like image component is just a simple wrapper here? https://github.com/nandorojo/moti/blob/master/packages/moti/src/components/image.tsx Here is stylesheet usage with no error / correct typing And this...
Related discussions that can be closed if this is an actual bug in favor of this issue. https://github.com/nandorojo/moti/discussions/319 https://github.com/nandorojo/moti/discussions/313
Bug initially popped up for me on ios, validated it with web playground. I'll whip up a test with vanilla reanimated in a moment to confirm 👍