()
| 133 | } |
| 134 | |
| 135 | const hydrationFeatures = () => [withIncrementalHydration(), withEventReplay()]; |
| 136 | |
| 137 | const appId = 'custom-app-id'; |
| 138 | const html = await ssr(SimpleComponent, { |
nothing calls this directly
no test coverage detected
searching dependent graphs…