-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
i am fetching a list of document from an api and its an array of object each object contains url key with s3 bucket url as value
below code is rendering files but each page and pdf is rendering separately thus making page flip animation not working
i think it is because of pagnumber calculation please provide support
{filteredData.map((item, index) => { return ( <Document key={index} file={item.url}> <HTMLFlipBook width={width} height={height}> <Page pageNumber={1} /> </HTMLFlipBook> </Document> ); })}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels