Jack
Jack
[bug] "Setting the value of rk-transactions exceeded the quota error" using useAddRecentTransaction
### Is there an existing issue for this? - [X] I have searched the existing issues ### RainbowKit Version 0.3.4 ### wagmi Version 0.4.12 ### Current Behavior Hi. When we...
The current behaviour of the rollup plugin is to extract styles to a css file and then remove it from the js. This means the consumer has to manually import...
@emotion/css is a dependency of @emotion/core but if you have multiple versions of @emotion/core installed, react-input-slider could easily end up with the wrong version of css. I happened to have...
Right now this is causing quite a lot of frustrating problems for us. Because this package has a dependency on ethers v4, and then an aliased dependency on ethers v5,...
If a contract method response has a `length` property on it, the generator creates an interface something like this: ```ts interface SomeMethodResponse { someProperty: boolean; 0: boolean; someOtherProperty: BigNumber; 1:...
Hi, we've been using this library to generate our abi type defs and it's pretty great. There are just a couple issues we often come across (and have to fix...
Hey, I've been having a play with long-term-caching for require-extension-hooks and I'm curious to see what impact it has. On a [small test set of components](https://github.com/jackmellis/require-extension-hooks-vue/tree/master/spec) it brought the test...
- Add examples of each lifecycle type - Add examples of active/passive precedence - Add example of bindToInstance - The example using window.fetch is wrong as it doesn't return a...
I wonder if the current lifecycle names might not be particularly descriptive, especially as we don't really deal with classes other than `services`. `application` -> `singleton` `class` -> `container` `instance`...