苯苯
Results
2
comments of
苯苯
@hu-tu-yi-shi `_internalRenderMenuItem` 见 https://github.com/react-component/menu/blob/05f738df2edc3a663048114c166fb4a59c57e5c3/src/MenuItem.tsx#L232-L234 这个属性可以自定义拦截 MenuItem 的渲染, 拿到后保存一下就好了。或者重写一下 onClick 事件什么的
@galexandrade @aspsnd if use npm change packages.json ``` { .... "overrides": { "prosemirror-tables": "^1.1.1" } } ``` ### Important 1. rm -rf node_modules 2. rm -rf package-lock.json 3. npm install...