a-x- / react-easy-print

Powerful react component for easy printing
https://www.npmjs.com/package/react-easy-print
MIT License
87 stars 19 forks source link

img tags do not show up #33

Closed arhimmel closed 6 years ago

arhimmel commented 6 years ago

on version 0.6.0-beta.3 img tags do not show up.

<Print printOnly>
  <div>
       <div><img src={"./logo.png"}/></div>
       <span>{this.props.currentName}</span>
   </div>
</Print>

when i print that span is shown but the img is not. i have also tried to set the background-image on the div but that did not work either