ra-data-nestjsx-crud icon indicating copy to clipboard operation
ra-data-nestjsx-crud copied to clipboard

React 18/React Admin 4.5 updates

Open ababra opened this issue 2 years ago • 3 comments

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 vs lodash.omitby
  • Also had to update the tsconfig.json with a number of options to get this to compile

ababra avatar Nov 07 '22 05:11 ababra

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';

ababra avatar Nov 07 '22 06:11 ababra

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.

afilp avatar Apr 17 '23 19:04 afilp

@rayman1104 so, are you still there?

MBach avatar Jul 23 '24 13:07 MBach