ra-data-nestjsx-crud
ra-data-nestjsx-crud copied to clipboard
React 18/React Admin 4.5 updates
Breaking changes:
- This PR significantly deviates from it's forked project, in that a reorganization of the folder structure was required to allow this to be added as a git source, instead of as an NPM package, i.e.
yarn add <git_remote_url>
- not sure if you want to actually merge this, created this PR for informational purposes mainly - The main issue with getting this package to build under React Admin 4.5 appears to be a change in naming of
lodash.omitBy
vslodash.omitby
- Also had to update the
tsconfig.json
with a number of options to get this to compile
Here's how I added this PR to my project:
yarn add https://github.com/ababra/ra-data-nestjsx-crud.git
In my App.js
:
import crudProvider from 'ra-data-nestjsx-crud/lib';
Hello @rayman1104, I am also using the latest React Admin with NestJS. Can you please review this PR and merge it if possible? Thank you.
@rayman1104 so, are you still there?