Christian Owusu Yaw

Results 3 issues of Christian Owusu Yaw

I keep getting this error when using typescript ype '{ email: string; amount: number; currency: any; metadata: { custom_field: string[]; }; publicKey: any; text: string; onSuccess: () => void; onClose:...

Could not find a declaration file for module 'react-alert-template-basic'. '/home/christian/Desktop/code/tutorial/django_lead_manager_yt/frontend/node_modules/react-alert-template-basic/dist/cjs/react-alert-template-basic.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-alert-template-basic` if it exists or add a new declaration (.d.ts) file...

When ever I run the script, I get an exception so I did some digging and I solved the problem ## error line ig_user = comment.find_element_by_class_name('TlrDj').get_attribute('textContent') ## corrected line ig_user...