welschmoor

Results 17 comments of welschmoor

Any updates on this? It's 267kByte now. I don't think it's a huge issue, since the code does not seem to be bundled on initial load but only when I...

Hello [lbuljan](https://github.com/lbuljan), are you 100% sure it is onApprove not running and not your code inside onApprove failing, because (1) the user lost internet connection in this exact moment, (2)...

Dear Santa... really looking forward to it!

We've had that too when we used more than 1 slide per view, that the next slides load much later.

Instead of slides: { perView: 2, spacing: 12 }, always use perView: 1, and instead use two ProductCards per Slide for that particular breakpoint. Eventually wait for rcbyr to reply....

I have made the experience that keen-slider does not work well with tailwind. I remember I wanted to make the "div" that had the keen slider ref on it be...

Here's a "solution", more of a hackaround which I would not want to implement in production: We only render 1 slide at first. And 800milliseconds later we increase the number...

See the issue named "Loop doesn't work at the end of the slider" I would recommend - and I do not know if this would work!!!! - is to actually...

reactStrictMode: false Or you can also turn off strict mode for some pages (or rather turn it on where you want it) https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode https://beta.reactjs.org/reference/react/StrictMode#enabling-strict-mode-for-a-part-of-the-app