mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-18 03:50:54 +00:00
eslint: run pnpm eslint --fix
This commit is contained in:
parent
d089002698
commit
a69832e3a3
53 changed files with 633 additions and 615 deletions
|
@ -42,7 +42,7 @@ export default class BaseSite extends Module {
|
|||
if ( this._reactDom )
|
||||
return this._reactDom;
|
||||
|
||||
let reactDom = this.resolve('site.web_munch')?.getModule?.('react-dom');
|
||||
const reactDom = this.resolve('site.web_munch')?.getModule?.('react-dom');
|
||||
if ( reactDom?.createPortal )
|
||||
return this._reactDom = reactDom;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue