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
Trying to use PaymentInputsWrapper in a typescript app and get this error during build:
Type error: Type 'typeof import("/Users/main/.../node_modules/@types/react-payment-inputs/images/index")' is missing the following properties from type 'CardImages': amex, dinersclub, discover, hipercard, and 5 more.
Any ideas how to resolve this? It functions fine but wont build.
ericafwalsh, elhe26, sachinp9797, duszmox and patrick100