react-crm icon indicating copy to clipboard operation
react-crm copied to clipboard

CRM UI developed in reactjs for Django-CRM

Results 13 react-crm issues
Sort by recently updated
recently updated
newest added

One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without declaring it in its dependencies. This is currently working because "@babel/plugin-proposal-private-property-in-object" is already in your node_modules folder for unrelated...

ERROR in ./src/containers/Contacts/Contact.js 13:0-58 Module not found: Error: Can't resolve '@mui/base/TabsListUnstyled' in '/home/adminliu/react-crm/src/containers/Contacts' ERROR in ./src/containers/Leads/LeadList.js 9:0-50 Module not found: Error: Can't resolve '@mui/base/TabsUnstyled' in '/home/adminliu/react-crm/src/containers/Leads' ERROR in ./src/containers/Leads/LeadList.js 10:0-58...

/usr/bin/python3 /home/ubuntu/runcode/run_user_script.py ubuntu@runcode:~/workspace$ /usr/bin/python3 /home/ubuntu/runcode/run_user_script.py GO TO THIS URL TO VIEW PAGE https://3000-morning-smoke-01698397.eu-ws2.runcode.io yarn run v1.22.19 $ react-scripts start (node:1832) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares'...

Hi there, When running react-crm, I get the following error `"Module not found: Error: Can't resolve '@mui/base/TabsUnstyled' in '/home/ubuntu/workspace/src/containers/Leads'". ` This leads to a compile error `"webpack 5.82.1 compiled with...

Dear Ashwin Kumar, I hope this message finds you well. I have been using your "react-crm" and encountered an issue with the login functionality. After a successful login, the application...

ValueError at /api/contacts/ Field 'id' expected a number but got 'null'. Request Method: POST Request URL: http://localhost:8000/api/contacts/ Django Version: 4.1.1 ### Steps to replicate the error: - Create new contacts...

The application goes into a continuous render loop when dashboard route is open. In the first load opening the sidebar alone will cause the error.

Failed to compile. [eslint] Failed to load config "standard" to extend from. Referenced from: /Users/taochen/project/react-crm/.eslintrc.js WARNING in ./node_modules/antd/dist/antd.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!./node_modules/source-map-loader/dist/cjs.js!./node_modules/antd/dist/antd.css) Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map: 'webpack://antd/./components/config-provider/style/index.less' URL...

Failed to compile. Cannot read config file: /workspace/react-crm/.eslintrc.js Error: Unexpected token ':' yarn add eslint-config-standard yarn add eslint-plugin-promise yarn add eslint-plugin-n yarn add eslint yarn add eslint-friendly-formatter yarn add eslint-loader...

There is/was code to save new contacts in the AddContacts.js, but the code is now commented out. I can't see that the new ContactDrawer.js has any code to support saving/creating...