I was using NextJS v16.1 to build a project, and whenever I imported an Icon from Lucide-react, it worked fine without me adding "use client"...
I got another project I started working on but it was after NextJS 16.2 was released, in this project, in any file I import any icon from lucide -react, I always get an error, needing me to add "use-client" to that file. I don't know if it's me doing something wrong or it's a new feature in the new version of NextJS
Anyone else facing this?