You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@abura1han You've probably already solved it by now, but NextJS 13 uses server components by default, this code needs to be ran on client-side. See NextJS docs on client and server rendering. (basically just have a component that wont be doing anything on the server, and include "use client" at the top of the file.
Version
"@appnest/masonry-layout": "^2.0.8"
"typescript": "5.0.3"
"next": "13.2.4"
TypeScript error
Build Error
I am using Next js 13 with typescript. I can't build the project during the error that occurred from this package "@appnest/masonry-layout"
The text was updated successfully, but these errors were encountered: