Hello! Just poking around trying to see if Frontity would be a good fit for an upcoming project.
On one of my pages, I’m using a map plugin and inserting the map into the page with a shortcode. Displays fine on the standard site, but I get the following error on Frontity:
Warning: React does not recognize the
Data-maps-engine
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasedata-maps-engine
instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Any thoughts as to what I might be doing wrong, or if there’s something special I need to do in Frontity itself? Thanks in advance!