Newbie question regarding shortcodes

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 lowercase data-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!

Hi @tjgalante

Could you provide a link to a repo so we can see your code and clone it for testing. Alternatively set your project up on codesandbox. Either of those will help us to help you. Thanks.