Oliver Otchere

Results 7 comments of Oliver Otchere

Sorry about that, there is a problem with the method used in the downloader version Check out the new one: https://github.com/OtchereDev/coursehunter_downloader

Okay... I will look into that

I had the same issue. ``` import PhoneInput from 'react-phone-input-2' import 'react-phone-input-2/lib/style.css' const PhoneInputComponent = (PhoneInput as any).default ? (PhoneInput as any).default : PhoneInput ```

@dhineshkoilpitchai @Balearica Can you help me out? This is my code below ``` const processImage = (imageDataUrl: string) => { setIsProcessing(true) Tesseract.recognize(imageDataUrl, 'eng', { logger: (m) => console.log(m), workerPath: '/workers/worker.min.js',...