I'm getting the following error after updating to latest react-tables, v2.11.1.
Failed to compile.
./node_modules/@patternfly/react-table/dist/esm/components/Table/base/body.js
Module not found: Can't resolve 'lodash-es' in '/home/spytec/Documents/JavaScriptProjects/telltale-ui/node_modules/@patternfly/react-table/dist/esm/components/Table/base'
Ditto this issue, @dgutride ⛑ 🙇 😱 ❤️
[email protected] is currently a peer dependency of @patternfly/react-table. If you npm i --save [email protected] in your project, the import should resolve. A new release will be out soon that includes it as just a normal dependency.
Please repoen if @patternfly/[email protected] still has these issues!
Most helpful comment
[email protected]is currently a peer dependency of@patternfly/react-table. If younpm i --save [email protected]in your project, the import should resolve. A new release will be out soon that includes it as just a normal dependency.