react-file-viewer
react-file-viewer copied to clipboard
While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.6.3" from...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), jest and node-sass. These dependencies need to be updated together. Removes `tough-cookie` Updates `jest` from 23.6.0 to 29.6.1 Updates...
Test2
e.props.onGridSort is not a function TypeError: e.props.onGridSort is not a function at t. (http://localhost:8088/static/js/vendors-node_modules__react-file-viewer_1_2_1_react-file-viewer_dist_index_js.chunk.js:29:111156) console.log('Failed to load')} onGridSort={() => null} errorComponent={console.log("error")} unsupportedComponent={() => { return }}/>
excuse me, my project is `react >=18`, but this lib dependent is `16.9.0 < react < 17.0.0` , so we need a new lib to substitute `react-file-viewer` . could you...
Fix typo
I was looking for a .xslx file to test my integration 😅 From the doc : ## Supported file formats: - Images: png, jpeg, gif, bmp, including 360-degree images -...
- [x] Added JWT as a prop, and use it in docx-viewer.jsx - [x] Added JWT PropType in fetch-wrapper.jsx https://github.com/plangrid/react-file-viewer/issues/77
Hi, I want to hide the scrollbar. Is it possible? if I use overflow hidden, large files like PDF or docs do not scroll. And if I keep the overflow:...