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
Hey,
i'm currently just playing around, and looked over the source. I saw that you're referencing the window object at some points. As far as i checked it out this will throw an Error and makes server side rendering impossible. Do you have any plan to support React.renderToString aka. server-side rendering ?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I had the same challenge. This component is a super user friendly component for client-side, but when you're doing isomorphic rendering it's not quite ready for prime time.
Hey,
i'm currently just playing around, and looked over the source. I saw that you're referencing the
window
object at some points. As far as i checked it out this will throw an Error and makes server side rendering impossible. Do you have any plan to support React.renderToString aka. server-side rendering ?Thanks in advance!
The text was updated successfully, but these errors were encountered: