refactor(core): move server-only DomAdapter methods into ServerRenderer (#32408)
PR Close #32408
This commit is contained in:

committed by
Miško Hevery

parent
1ed3531049
commit
970b58b13f
@ -153,7 +153,7 @@ function bootstrap(
|
||||
getDOM().appendChild(doc.body, el);
|
||||
getDOM().appendChild(doc.body, el2);
|
||||
getDOM().appendChild(el, lightDom);
|
||||
getDOM().setText(lightDom, 'loading');
|
||||
lightDom.textContent = 'loading';
|
||||
}));
|
||||
|
||||
afterEach(destroyPlatform);
|
||||
|
Reference in New Issue
Block a user