hara
hara
Please refer to this [pagination example](https://github.com/CSFrequency/react-firebase-hooks/issues/13).
[react-smart-masonry](https://github.com/GoncharukBro/react-smart-masonry) library works, but not sure about the performance.
For me, when I pasted the key on vercel, it added a new line, which caused the error. I removed the new line, and the error was fixed.
Ensure that the `STRIPE_WEBHOOK_SECRET` has no spaces or new lines on Vercel. If you are developing locally then first run `npm run stripe:listen` or `stripe listen --forward-to=localhost:3000/api/webhooks --project-name=` before using...