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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I'm currently trying to use powerbi-client library in my reactredux application. However, when I use it i get the following exception:
Exception: Call to Node module failed with error: Prerendering failed because of error: ReferenceError: window is not defined
I believe this is because it tries to preRender some of the views and the views depend on a library that utilize the window object, but the window object does not exist on the server side.
Is disabling the prerender feature the only way to get around this problem?
Any advice appreciated,
Thanks,
Derek