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