Posting sporadically since 2007...

Console

2025
The issues: logout not working in React + Capacitor app (Auth Connect), login action stuck in React + Capacitor app (Auth Connect), no details in Capacitor/Console logs, unable to start application on Android Virtual Device (activity class does not exist), and problems with accessing internal NPM dependency.
2021
In preparation for async rendering, React team decided to discourage component authors from relaying on these lifecycle methods: componentWillMount, componentWillReceiveProps and componentWillUpdate (details).