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
When rendering react server side i'm getting "window is not defined" error.
I believe the library should account for the fact it might be imported on node.js for server-side rendering or at least detect window is not found and fail gracefully with a console.log or similar
Maybe a static version of the widget could be rendered so taking screenshots with node.js or search engines crawling the page would be able to see there is a chart in there.
The text was updated successfully, but these errors were encountered:
When rendering react server side i'm getting "window is not defined" error.
I believe the library should account for the fact it might be imported on node.js for server-side rendering or at least detect
window
is not found and fail gracefully with a console.log or similarMaybe a static version of the widget could be rendered so taking screenshots with node.js or search engines crawling the page would be able to see there is a chart in there.
The text was updated successfully, but these errors were encountered: