better-docs
better-docs copied to clipboard
@component, Parcel: error with Ant Design menu (mini-store)
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 !