omcljs / om

ClojureScript interface to Facebook's React
6.66k stars 362 forks source link

[Wiki] Quick Start (om.next) - to see console logs Chrome users should enable Verbose output #905

Open Consistent1 opened 6 years ago

Consistent1 commented 6 years ago

In the "Quick Start (om.next)" wiki page, on the "Components With Queries & Mutations" section, the user is advised to "Open the Chrome JavaScript Console and you will see that every single transaction was logged by Om Next".

If I'm not mistaken, by default, Chrome ignores the Verbose output level, so users will not see the relevant logs unless they enable verbose level output explicitly (which, for some users, may not be obvious).