fix(log): iOS simulator freezing due to early logging (#2802)

* fix(log): iOS simulator freezing due to early logging

follow-up for #2626

* use logger

* set logReady
This commit is contained in:
Lucas Fernandes Nogueira
2025-06-24 14:37:48 -03:00
committed by GitHub
parent 8cdaacdc6e
commit 9799f0dbab
2 changed files with 30 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"log": patch:bug
"log-js": patch:bug
---
Fixes iOS simulator still freezing sometimes due to early logging.