Does React router create a window object when used in SSR setup?

后端 未结 0 1424
鱼传尺愫
鱼传尺愫 2021-02-15 18:17

I have a React SSR application. On the server side, console.log(window) prints this:

console.log(window)
===> { __react_router_build__: \'cjs\' }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题