I applied prismazoom on the array of pages created by Page of react-pdf. and on zoomout, it takes me back to the first page itself.I tried applying this inside the array where i am rendering per page, wrapped it like {Array.from(arr,()=> )} but doing this displays only one page.