Logan Luo
Logan Luo
Same issue here, seems state don't got synced to the store after calling connector.activate() successfully.
Same issue, and it's hard to fix.
Here's a live demo of I fixed this issue: https://crypto.com/price
I have the same issue.
Same issue, i've migrated to ethers.js@v6, and the default transaction type is legacy instead of EIP-1559.
Sorry for the confusion. The default transaction type set by etherjs@v6 is actually EIP-1559. However, in my case, the wallet connected to my dApp does not support the EIP-1559 transaction...
Any update when will @openzeppelin/contracts@v5 be supported?
same issue, helix system clipboard(Space + y) is not working inside tmux. **Platform** macOS **Terminal Emulator** iterm2 **Helix Version** 23.05(built from master branch)
This is such an annoying issue. ```ts const abc = pgTable('abc', { id: uuid('id').primaryKey().notNull().defaultRandom(), a: text('a'), b: text('b'), c: text('b'), }); type Abc = InferSelectModel; ``` Currently, the inferred type...