Steven Rodriguez

Results 2 comments of Steven Rodriguez

> I am able to use it in Nextjs app router `"next": "^14.2.5",` `"react": "^18.3.1",` `"react-dom": "^18.3.1",` `"react-responsive-masonry": "^2.3.0",` > > ```ts > 'use client' > import Masonry, { ResponsiveMasonry...

> For me this was caused by IL2CPP breaking the JSON serializer that is used by default. Simply switching to the Newtonsoft option (that's already included) makes `Emit` work on...