better-docs icon indicating copy to clipboard operation
better-docs copied to clipboard

@component, Parcel: error with Ant Design menu (mini-store)

Open greggailly opened this issue 5 years ago • 0 comments

Hello,

When running parcel I get the following error:

🚨 /Users/user/Documents/project/node_modules/rc-menu/es/SubMenu.js:23:24: Cannot resolve dependency 'mini-> store' import CSSMotion from "rc-animate/es/CSSMotion"; import classNames from 'classnames'; import { connect } from 'mini-store';

Installing separately mini store does not solve this issue and the project works fine otherwise. We just can't have the docs with the components plugins because of this error.

Is there any way to avoid it ?

Thanks in advance !

greggailly avatar Aug 02 '20 10:08 greggailly