When I use iPhone (16.1) or iOS Simulator (16.1) with Safari Tech Preview (16.4) or Safari 16, the elements are rendered on screen but I cannot expand them in the inspector. They look as if they were empty. What is strange, is that sometimes I can expand more and sometimes fewer elements on the same page. Is there something I could do to fix this? When I open the same page in the desktop Safari I see all of the elements in the inspector. Has anyone else faced a similar issue? I can still access all of the elements from web inspector by using a query selector, but this prevents me from using the elements tab. It's like going back to debugging by logging times...
The web app is built using Angular and I use Webpack serve during development, so the elements are created dynamically.