({data})
| 101 | } |
| 102 | |
| 103 | function Shell({data}) { |
| 104 | const [root, setRoot] = useState(data); |
| 105 | updateRoot = setRoot; |
| 106 | return root; |
| 107 | } |
| 108 | |
| 109 | async function hydrateApp() { |
| 110 | let response; |
nothing calls this directly
no test coverage detected