Vladyslav Dalechyn
Vladyslav Dalechyn
 Just tried it all out, caching by hash seems working for experimental app dir example, even when a function has no input it includes...
This is the workaround I'm currently using: ```ts // banner: { // js: '"use client";', // }, // Hack to avoid multiple `use client` directives in single file instead of...
I've debugged a little bit and think that the issue is that the `onMount` is not being triggered because the `active` ref stays with value `{ current: false }` on...
> Any luck with this im getting a smiliar error where I have to reconnect my wallet every hot reload? Your issue is a bit different I believe, make sure...
I was able to modify the script the next way and now `onMount` is called on hot-reload. ```typescript export function Hydrate(parameters: React.PropsWithChildren) { const { children, config, initialState, reconnectOnMount =...
[#3492](https://github.com/wevm/wagmi/pull/3492) also fixes revalidate rerender issue that was mentioned in the "Anything else?" block.
Also hit this, yet not with double precision array, but with a enum of strings.
Assuming this to be an issue in my case as well. My goal is to have a persisted anvil setup to be served along with Otterscan, basically creating a persisted...
@mattsse, friendly bump 👉💙