rayman1104 / ra-data-nestjsx-crud

Data provider which integrates React Admin with NestJS CRUD library
MIT License
100 stars 27 forks source link

React 18/React Admin 4.5 updates #40

Open ababra opened 1 year ago

ababra commented 1 year ago

Breaking changes:

ababra commented 1 year ago

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';
afilp commented 1 year ago

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.

MBach commented 1 month ago

@rayman1104 so, are you still there?