Justin Formentin
Justin Formentin
I think it would be worth it. In my eyes, two very important issues arise when using ES5. First off, most instructions online nowadays are ES6. Documentation, tutorials, you name...
You could do something like use a defaultValue. Hee's a good thread that talks about this issue: https://github.com/gatsbyjs/gatsby/pull/5495 Let me know if you're able to get it to work!
@wbkboyer Thank you for taking the time to investigate and post your findings here. I will definitely update the dependencies. Glad you figured it out!
I wanted to chime in with support for keeping Virtual Components. The ability to create elements that won't add a tag in the dom is so useful, and is integral...
I actually have a filtering solution that is fairly similar in one of my Gatsby side projects. I'm sure I can change stuff around to make the logic work with...