PaymentForm组件报错,求解答

来源:12-9 【redux连接】完成在线支付

慕居士

2022-06-23

Compiled with problems:X

ERROR in src/components/paymentForm/PaymentForm.tsx:2:56

TS2307: Cannot find module ‘react-payment-inputs’ or its corresponding type declarations.
1 | import React from “react”;

2 | import { PaymentInputsWrapper, usePaymentInputs } from “react-payment-inputs”;
| ^^^^^^^^^^^^^^^^^^^^^^
3 | import images from “react-payment-inputs/images”;
4 | import { Input, Card } from “antd”;
5 | import styles from “./PaymentForm.module.css”;

ERROR in src/components/paymentForm/PaymentForm.tsx:3:20

TS2307: Cannot find module ‘react-payment-inputs/images’ or its corresponding type declarations.
1 | import React from “react”;
2 | import { PaymentInputsWrapper, usePaymentInputs } from “react-payment-inputs”;

3 | import images from “react-payment-inputs/images”;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 | import { Input, Card } from “antd”;
5 | import styles from “./PaymentForm.module.css”;
6 |

写回答

1回答

阿莱克斯刘

2022-06-27

有没有安装react-payment-inputs组件呢?

可以试一下执行命令:

npm install react-payment-inputs


0
0

React18 系统精讲 结合TS打造旅游电商平台

React18 精讲 + 结合 TS 实战 + 热门业务开发,获取必备技能

1993 学习 · 1015 问题

查看课程