Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768824
script.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
script.js
View Options
// @flow
localStorage
.
clear
();
import
'isomorphic-fetch'
;
import
invariant
from
'invariant'
;
import
React
from
'react'
;
// eslint-disable-next-line import/extensions
import
{
hydrateRoot
}
from
'react-dom/client'
;
import
Root
from
'./root.js'
;
const
root
=
document
.
getElementById
(
'react-root'
);
invariant
(
root
,
"cannot find id='react-root' element!"
);
hydrateRoot
(
root
,
<
Root
/>
);
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 9, 12:40 PM (20 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5869960
Default Alt Text
script.js (388 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment