SSR: fix merge/version conflicts
This commit is contained in:
		
							parent
							
								
									48af95d722
								
							
						
					
					
						commit
						50e656b259
					
				| @ -35,10 +35,15 @@ win.document.body.scrollTo = (() => {}); | ||||
| win['ResizeObserver'] = ResizeObserver; | ||||
| // @ts-ignore
 | ||||
| global['window'] = win; | ||||
| // @ts-ignore
 | ||||
| global['document'] = win.document; | ||||
| // @ts-ignore
 | ||||
| global['history'] = { state: { } }; | ||||
| global['navigator'] = win.navigator; | ||||
| // @ts-ignore
 | ||||
| Object.defineProperty(global, 'navigator', { | ||||
|   value: win.navigator, | ||||
|   writable: true | ||||
| }); | ||||
| 
 | ||||
| global['localStorage'] = { | ||||
|   getItem: () => '', | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user