Kasopej
Kasopej
> just install npm install node-sass Worked for me, though with lots of warnings. At least I can get through the course. Thanks!
any update on this issue? I currently have to restart my dev server every time I add a new component, really painful! Thanks in advance!
Hi @danielroe this is still happening. Yes, you can bypass this by setting the page to only do CSR but still a hack. I'll add a repro later today
> const PayWithPaystack = () => { > > const isBrowser = typeof window !== 'undefined'; > > if (!isBrowser) { > return null; > } > > // Import...
Hard to know without context, but I think you need to check you have correct callback URL configured on paystack dashboard Looks like an issue with your paystack url configuration...
thanks for looking into this, any updates please? I had to disable the extension on my system (at least temporarily)
This is happening to me too, I do not use a monorepo It's basically making tschecking in nuxt projects useless, Nuxt team please check, thank you
Wow, same issue here. Using a third-party component, which has all the slot names statically set. I am looping over the slots to render them dynamically, and getting the same...
@parsajiravand @WouterSioen tested changes and it preents duplication
I think a tabIndex key would even be better than uing the index from computing tabCount but don't have enough time to do that right now