cyntler / cyntler/react-doc-viewer

Error: Missing iframe's allow-scripts permission

Open
#288 1 comment 0 reactions 0 assignees View on GitHub
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:

Screenshot 2024-09-02 at 15 10 16

Screenshot 2024-09-02 at 15 00 19

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.