()
| 247 | // of id generation, though, what matters is that Fizz and Fiber |
| 248 | // are consistent. |
| 249 | function App() { |
| 250 | return ( |
| 251 | <> |
| 252 | {null} |
| 253 | <DivWithId /> |
| 254 | {null} |
| 255 | <DivWithId /> |
| 256 | </> |
| 257 | ); |
| 258 | } |
| 259 | |
| 260 | await serverAct(async () => { |
| 261 | const {pipe} = ReactDOMFizzServer.renderToPipeableStream(<App />); |