neptunian / react-photo-gallery

React Photo Gallery
http://neptunian.github.io/react-photo-gallery/
Other
1.97k stars 310 forks source link

No ssr #191

Open vsolanogo opened 4 years ago

vsolanogo commented 4 years ago

Does SSR works with Gatsby? It doesn't in my case

kieranbenton commented 3 years ago

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.

image

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.

hdminh247 commented 3 years ago

@kieranbenton hey did you get it working with SSR -Nextjs ?

kieranbenton commented 3 years ago

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.