@sabahang wrote:
I’m developing ionic for React and every once in a while I run ionic serve; npx cap copy; to see my changes in android and then I open chrome inspect devices to see my android webview on my monitor. I’m running into errors there but because my capacitor.config.js wedDir property is set to build folder and the files there are all minified, I get the following errors from react in my console:
Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=3 ... for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
How can I see the full react errors on native android while inspecting?
Also is there a way to get hot reload/live reload working on Android with React as well? the documentation instructions seem to only work for Angular
Posts: 1
Participants: 1