react-photo-gallery
react-photo-gallery copied to clipboard
No ssr
Does SSR works with Gatsby? It doesn't in my case
This used to work but appears to have been knocked out in a recent release - I'm now seeing errors that look like this when performing a SSR in NextJS. Works fine from the client side.
If you need any more details just let me know. I'm probably going to switch to a dynamic load for this in the next day or so to work around the issue.
@kieranbenton hey did you get it working with SSR -Nextjs ?
Apologies meant to come back here and confirm. Issue was PEBKAC - I was using yarn workspaces and react-photo-gallery was not a dependency of the right workspace.
I'm still not using it with SSR (and haven't tried explicitly) but my problem was unrelated to the originally flagged issue.