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
trying to use pipeline-ui in my Next JS application. But, "import { AlgoButton, AlgoAddress, AlgoSendButton, Pipeline} from 'pipeline-ui' " is resulting in "window not defined error". It is because it is not able to find "window" from the server side from a Next JS app.
The text was updated successfully, but these errors were encountered:
If you use globalThis instead of global in your code then you have better compatibility.
PS: Next.JS framework is for client side (it's for building a UI).
trying to use pipeline-ui in my Next JS application. But, "import { AlgoButton, AlgoAddress, AlgoSendButton, Pipeline} from 'pipeline-ui' " is resulting in "window not defined error". It is because it is not able to find "window" from the server side from a Next JS app.
The text was updated successfully, but these errors were encountered: