Alessandro Colleoni
Alessandro Colleoni
hi @EvanYan1024, what do you mean by `When I didn’t install a Starknet wallet`? could you give some more details to understand the issue and how to reproduce?
@EvanYan1024 I've tried to replicate with my local dapp, but I cannot achieve the same error (this is brave incognito, also tried with chrome and firefox incognito) https://github.com/argentlabs/starknetkit/assets/7635032/601abfdb-23a1-4a9a-afc8-e982feea2499 Also no...
@EvanYan1024 sorry for the delay, we're still waiting for the linked pr to be merged (and then update get-starknet react here)
@TEMHITHORPHE pr is opened, should be merged tomorrow (after internal testing) https://github.com/argentlabs/starknetkit/pull/97
will need this pr to be merged first https://github.com/starknet-io/get-starknet/pull/238 otherwise, current implementation will break ssr (ie: using nextjs)
@arentant the pr on get-starknet is merged but not released checking with starknetjs team
it will be published after the merge of https://github.com/starknet-io/get-starknet/pull/244
an update on this issue: we released [email protected] (can be installed with `@latest` tag) this version has few small breaking changes (docs updated here: https://www.starknetkit.com/docs/latest/getting-started) it uses the latest version...
hi @jisensee if you could provide starknetkit and starknet-react version would be great! meanwhile, you could find a code example here of starknetkit v1 + starknet-react v2 https://github.com/argentlabs/starknetkit-example-dapp/blob/develop/src/components/Actions/TransferWithStarknetReact.tsx#L33
I see, at the moment a fix on dapp side is required (due to a trpc bug) another dapp had the same issue, and they removed `polyfiill for async` the...