cyntler / cyntler/react-doc-viewer
Error: Missing iframe's allow-scripts permission
Open
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
When trying to load a PDF file I get the following error:
Here is the code:
```tsx
import { Card } from "react-bootstrap";
import "./styles.scss";
import DocViewer, { DocViewerRenderers } from "@cyntler/react-doc-viewer";
const DocumentsContainer = () => {
return (
);
};
export default DocumentsContainer;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.