Robert Jaros
04/14/2022, 11:48 AMrender(element, container)
into createRoot(container).render(element)
my tests failed. Had to change my synchronous tests to asynchronous to make it work again. I'm not really JS React expert but is this expected?turansky
04/14/2022, 5:01 PM