-
Hello folks 👋 Trying to upgrade to capacitor 3.0 but encountered an error. We maybe suspect it comes from capacitor-cordova-plugin but nothing sure (and we didn’t manage to remove the generation of those ones, if someone know how do to it ?) From Android Studio console :
From Chrome Dev Tools :
Cross-post in forum : https://forum.ionicframework.com/t/capacitor-3-blank-screen-createevent/206760 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Did you do this? while it says it's "recommended", it's sort of mandatory |
Beta Was this translation helpful? Give feedback.
-
For futur readers : This error was caused (in my project) cause |
Beta Was this translation helpful? Give feedback.
-
any solution for angular-ionic apps? |
Beta Was this translation helpful? Give feedback.
For futur readers :
This error was caused (in my project) cause
ReactDOM.render
was inside an async method. Putting it outside of it has resolved this issue