Thank you for this excellent library!
Using GroceryCrud Enterprise v2.9.6.0. It displays the following error in javascript console (developer tools):
You are currently using minified code outside of NODE_ENV === “production”. This means that you are running a slower development build of Redux. You can use loose-envify (hxxps://github.com/zertosh/loose-envify) for browserify or setting mode to production in webpack (hxxps://webpack.js.org/concepts/mode/) to ensure you have the correct code for your production build.
in file: grocery-crud-v2.9.6.0c6f2a3.min.js:20
Setting
'environment' => 'production',
didn’t affect the error.
I think it would be important that there would not be any console errors in production.