Open
Description
window
is only available in the browser - for SSR this will not work.
A potential solution here is globalThis. I did test that this works in a browser context just fine. SSR needs to be tested.
8000
window
is only available in the browser - for SSR this will not work.
A potential solution here is globalThis. I did test that this works in a browser context just fine. SSR needs to be tested.