Skip to content

Instantly share code, notes, and snippets.

@agustinl
Created May 14, 2019 17:14
Show Gist options
  • Save agustinl/9f59436af3ff6b2855133d7aba346db2 to your computer and use it in GitHub Desktop.
Save agustinl/9f59436af3ff6b2855133d7aba346db2 to your computer and use it in GitHub Desktop.
Something
<FileViewer
fileType='docx'
filePath={data.file}
errorComponent={CustomErrorComponent}
onError={this.onError}/>
{data.fileType == '.docx' &&
/*<img src={`/static/apuntes/${data.file}`} alt="" />*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment