Alcumus / react-doc-viewer

Apache License 2.0
207 stars 101 forks source link

File re-renders or reloads each time any action happens on the page. #106

Open RachanaDhalliSrinivasa opened 2 years ago

RachanaDhalliSrinivasa commented 2 years ago

File re-renders or reloads each time any action happens on the page. Such as a click or search action. How to stop the reloading of document each time on click?

hahatulk commented 2 years ago

File re-renders or reloads each time any action happens on the page. Such as a click or search action. How to stop the reloading of document each time on click?

https://reactjs.org/docs/react-api.html#reactmemo

yaminibandi commented 1 year ago

Same issue. Any idea on how to use custom file loader in react-doc-viewer?