(elements)
| 150 | }); |
| 151 | |
| 152 | function render(elements) { |
| 153 | withErrorsOrWarningsIgnored( |
| 154 | [class="st">'ReactDOM.render has not been supported since React 18'], |
| 155 | () => { |
| 156 | ReactDOM.render(elements, container); |
| 157 | }, |
| 158 | ); |
| 159 | |
| 160 | return unmount; |
| 161 | } |
| 162 | |
| 163 | function unmount() { |
| 164 | ReactDOM.unmountComponentAtNode(container); |
no test coverage detected