Trouble using console.log() inside templates - nothing logs to console

Description: Trying to use console.log() to help with Frontity theming

Specific Errors: No errors, but nothing printed in the browser console either. I’ve tried placing console.log() statements in various places, including embedding the expression inside the return statement as outlined here: https://medium.com/javascript-in-plain-english/can-you-console-log-in-jsx-732f2ad46fe1.

I’m just trying to get the hang of Frontity, and console.log() is a bit part of JS troubleshooting. Here’s a Gist of the script I’m playing with: https://gist.github.com/badcrocodile/6d31454f437be5e725b4732aa0228d2e#file-post-js.

So far it’s been great working with Frontity and I look forward to using it!

Thanks all

This was a Firefox console issue. Although I had no filters applied while reporting this issue, as soon as I opened my Frontity app in another tab and activated developer tools there, all console.log() statements were showing as expected. Somehow my tab/dev tools instance was just corrupted and after a long day/night of learning new things I forgot to apply basic troubleshooting steps.

1 Like

@jpollockgc Glad to hear you were able to solve your issue.