Tiago
Tiago
Yes, I still have the same issue (Phantom Wallet) - sometimes it seems to stick, but most of the time it just disconnects on page refresh.
Seems good now! Thanks!
This issue is related to Vite. Add to nuxt config under vite. ``` esbuildOptions: { target: 'esnext' }, build: { target: 'esnext' } ```
> > This issue is related to Vite. Add to nuxt config under vite. > > ``` > > esbuildOptions: { > > target: 'esnext' > > }, > >...
Any new approaches or developments this? @Rich-Harris All those years by and I just can't find a truly one solution to replicate vue's out-in mode. It'd be great to have...
> Yes as I thought the function called was the bad one, if i remember well you just need to remove "this." in the this.drawImage : index.js line 200 :...
I've only experienced actual issues with new Metaplex JS SDK. But if you spin off a new SvelteKit app with the instructions you've here (or the instructions on [Metaplex /...
You already have the CSS classes for fading the modal, but they currently don't work (https://solana-svelte-counter.netlify.app/) -- clicking on the 'select wallet' don't fades the modal. I fixed this by...
Is it possible to get ride of this delay somehow? @AstrOOnauta