You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried both the npm module and the Meteor package, and no matter where I place the <script src="holder.js" defer></script> call (end of , inside the , I'm not sure how to load a script from within a react component however) , the issue never goes away.
Also, besides the above error, the placeholder images never display. I am using this html code inside one of my components <img id="testy" src="holder.js/300x200?theme=sky"/>
Do you have any idea what this could be?
The text was updated successfully, but these errors were encountered:
I've tried both the npm module and the Meteor package, and no matter where I place the
<script src="holder.js" defer></script>
call (end of , inside the , I'm not sure how to load a script from within a react component however) , the issue never goes away.Also, besides the above error, the placeholder images never display. I am using this html code inside one of my components
<img id="testy" src="holder.js/300x200?theme=sky"/>
Do you have any idea what this could be?
The text was updated successfully, but these errors were encountered: