You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to import using "@types/react-payment-inputs": "^1.1.0" But I still can't get the images to import.
Type 'typeof import("C:/../node_modules/@types/react-payment-inputs/images/index")' is missing the following properties from type 'CardImages': amex, dinersclub, discover, hipercard, and 5 more.
I worked around it by using just a .jsx file and then the images loaded. A little weird since everything else in my project is a .tsx file but it will work for now.
The text was updated successfully, but these errors were encountered: