order entry coding challenge
npm i && npm start
localhost:8080
There is a bug in the latest version of antd; it requires css-animation@^1.5.0; the latest version of that is 1.6.0 and they introduced file name changes. Because of that, I added [email protected] in the package.json
// node_modules/antd/es/_util/wave.js
import TransitionEvents from "css-animation/es/Event";