Doug Richar

Results 18 comments of Doug Richar

@jasondainter I ended up here today as well, after several frustrating hours trying to get a satisfactory masonry solution working. I've finally got something I'm happy with, based on @tangye1234's...

The child nodes are arranged in columns inside a `useLayoutEffect`, so it happens synchronously before the first browser paint. Even when throttled, you get columns in the first render.

Expanding on @joelso's comment above, here I'm including all of `useQueryState`'s overloads, from https://github.com/47ng/next-usequerystate/releases/tag/v1.7.2 ```tsx import { useEffect, useRef } from 'react' import { HistoryOptions, queryTypes, useQueryState as _useQueryState, UseQueryStateOptions,...

Currently no, initialization only runs once when the app mounts. Your app supports switching networks on the fly? I usually think of different networks as being different environments, each with...

💯 This is where my mind went with `useNetwork` or some equivalent feature. It's definitely not a limitation of the wallets themselves, but due to the way use-wallet currently handles...

This will be possible in use-wallet v3, currently in development here: https://github.com/TxnLab/use-wallet-js I'll keep this issue open for further discussion until the v3 full release.

Switching networks is now supported in https://github.com/TxnLab/use-wallet/releases/tag/v3.0.0

Can you describe the issue you're experiencing w/ Defly? Is there an error message? Also please provide more info about your environment: - Device/OS - Browser/version - Version of use-wallet...

Closing this, but will reopen if you can provide more details and/or a reproducible example

This is the error I get now when I try signing and sending the test transaction in Storybook: