aftabq

Results 1 comments of aftabq

Simplest fix for me was to add ts-ignore ``` import HTMLFlipBook from 'react-pageflip'; const SampleReportFlip = () => { // @ts-ignore return ( Page 1 Page 2 Page 3 Page...