arpit
arpit
> @heyitsarpit are you using typescript or just the vscode intellisense? > just to be sure The codebase is typescript, the screenshot I posted are vscode's on hover type inspection.
Similar issue, I can't install when `preact` is present in the project `npm:@preact/compat`, had to use `--legacy-peer-deps`. Using npm v7. ``` npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]...
@orta The issue is a year old and I just checked and don't observer this behaviour anymore. Things working as expected. I guess we can close the issue.
Hi @Kaz- I just released [v0.6.2](https://github.com/heyitsarpit/react-hooks-library/tree/v0.6.2). give it a try and let me know if this fixes your issue.
@ArtemGolovko The fact that react 18 strict mode behaviour breaks this hook makes me think that this hook shouldn't even exist. It's a hack to begin with since I created...
I will be marking this hook as deprecated for the next release and remove it later on a major release.
> @heyitsarpit Hey, widget v2 doesn't support wagmi v2. Please use widget v3. I see that widget and sdk v3 are in alpha on npm. I suppose it's not safe...
okay thanks I'll look into this.
@chybisov in the new config(v3), what replaces the `walletManagement` and `containerStyle` options? this is what we are doing currently. and it works with wagmi v2. ```ts walletManagement: { signer: signer,...
awesome let me test this out