SpudNyk
SpudNyk
For the purposes of lint-staged I updated my entry to include my .d.ts files My package.json went from ```json { "lint-staged": { "**/*.{ts,tsx}": [ "tsc-files --noEmit" ] } } ```...
A hack I have used to get the page number is to create a top references map to hold ids to page numbers then abuse the the view render method...
It does really work. When the render method is used the doc is rendered twice ([described here](https://react-pdf.org/advanced#dynamic-content)) - So the initial render method for my above Toc component gets nothing,...
I don't have a full repo that's publicly accessible. There was an issue the PageReference component that was specific to working around a bug in an internal use case, I...
Interesting definitely works for me on documents of 200+ pages. The dynamic render method is definitely very particular about actually including the content in the document. react-pdf definitely has its...
@hypeJunction That looks great! As you didn't have the chapters yet for the initial page it would need the render function so the chapters would be available for the second...