rayman1104 / ra-data-nestjsx-crud

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

fix(querystring): replace deprecated querystring from node with query-string lib #29

Closed teebow closed 2 years ago

teebow commented 2 years ago

fix to replace querystring as it is deprecated and can cause issues with the last versions of webpack or when using create-react-app. BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default

rayman1104 commented 2 years ago

Thanks!