I am using react-snap to pre-render my site and in my index.html
file I have the code below
<div id="snipcart" data-api-key="key"></div>
however it outputs the code as below
<div id="snipcart" class="snipcart"><!----><!----></div>
How can I change it so it outputs correctly?