Category: NextJS

  • SwiperJS extra attributes from the server React/NextJS 14 issue

    Recently, while integrating SwiperJS with NextJS 14, I encountered the “Warning: Extra attributes from the server: class, style” issue. This warning indicated a mismatch between the React virtual DOM and the actual DOM due to additional styles or classes added during page load. At the time, I was using Swiper JS version 11.0.5, and with…

  • Main reason behind moduleNotFoundError on Vercel but working on Local

    Recently, i have been tapping into nextJS by Vercel and damn i love how this works flawlessly. Saying that, it does still come with issues that makes you scratch your head. To be honest, i am from a PHP workflow and working with PHP debugging issue is not so hard because the debug messages are…