Mendix Pro 8: React Widget debugging

0
I noticed console.log() does not work. Is there a way to get this working? Or is there another way to debugging? Using ‘alert()’ all the time is quite limited.
asked
1 answers
2

Hi Jurian, did you try to use console.warn instead? I know that if you use this, it will popup an orange message in the simulator.

answered