Closed geekftz closed 2 years ago
see App.tsx
// in the test project it can not get the registry import moment from 'moment';
see App.tsx // in the test project it can not get the registry import moment from 'moment';
First you need to run npm/yarn install in the example directory, the moment package is a dependency of the antd library.
npm/yarn install
see App.tsx