在react中测试表单不是使用redux表单,而是使用normal react redux并检查状态给定问题
我正在使用react with typescript
import React, { ChangeEvent, FormEvent, useRef, useState } from 'react';
import { Typography, Button, Icon } from '@material-ui/core';
import { useSpring, animated } from 'react-spring';
import { connect } from 'react-redux';
im...