Sylvain Dubus
Sylvain Dubus
Hi, My bad, I think it was still using React 17 under the hood when I've tested it. It should be fixed in 3.0.3, let me know if it's working...
Glad to hear it's now working correctly! Btw, I would love to transform all the codebase in Typescript, it's even at the top of the todo list (in the Contribution...
Hi. Unfortunately you cannot set a minZoom to a value lower than 1, it would make a css scale value lower than 1, which mean you will have a lot...
Hi! Sorry for the delay. I can't reproduce these issues, even after upgrading the demo to the latest version. If you still facing these problems, could you provide some info...
Sorry for the delay. Could you provide an example online that gather all these issues? The first issue shouldn't happen, panning should be limited by image's dimensions, so I would...
Hi. I don't know, I never used react-pdf. Maybe you can wrap each page in a different PrismaZoom wrapper?
I have the same issue, this lib seems to use the following syntax `new Date(1, 0, 0)` instead of `new Date('0001-01-01')` which lead to have 1901 instead of 0001. It's...
Same issue here. :( Did you find any workaround @andonovn?
I've managed to reproduce the same behavior using `onProgressChange`: ``` const [scrolling, setScrolling] = useState(false); useEffect(() => { if (scrolling) { // do onScrollBegin stuff } else { // do...
I agree, it would be a very interesting feature to disable this auto-expand.