agentcooper / react-pdf-highlighter

Set of React components for PDF annotation

Home Page:https://agentcooper.github.io/react-pdf-highlighter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support SSR users

brillout opened this issue · comments

commented

Author of vite-plugin-ssr here. One of my users is trying to use react-pdf-highlighter in an SSR context.

But they have problems because react-pdf-highlighter doesn't properly resolve on the server-side, see https://github.com/stephensamra/vite-ssr-pdf-issue.

Hi @brillout, do you have any pointers on providing support for this?