| 1 |
|
|---|
| 2 | > medora-frontend@0.1.0 start
|
|---|
| 3 | > react-scripts start
|
|---|
| 4 |
|
|---|
| 5 | node.exe : (node:32556) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares'
|
|---|
| 6 | option.
|
|---|
| 7 | At line:1 char:1
|
|---|
| 8 | + & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ...
|
|---|
| 9 | + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 10 | + CategoryInfo : NotSpecified: ((node:32556) [D...ewares' option.:String) [], RemoteException
|
|---|
| 11 | + FullyQualifiedErrorId : NativeCommandError
|
|---|
| 12 |
|
|---|
| 13 | (Use `node --trace-deprecation ...` to show where the warning was created)
|
|---|
| 14 | (node:32556) [DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
|
|---|
| 15 | Starting the development server...
|
|---|
| 16 |
|
|---|
| 17 | Compiled with warnings.
|
|---|
| 18 |
|
|---|
| 19 | [eslint]
|
|---|
| 20 | src\App.js
|
|---|
| 21 | Line 2:50: 'Navigate' is defined but never used no-unused-vars
|
|---|
| 22 |
|
|---|
| 23 | src\pages\appointments\AppointmentList.js
|
|---|
| 24 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchAppointments'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 25 |
|
|---|
| 26 | src\pages\billing\BillingDetail.js
|
|---|
| 27 | Line 22:6: React Hook useEffect has a missing dependency: 'fetchBilling'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 28 |
|
|---|
| 29 | src\pages\billing\BillingList.js
|
|---|
| 30 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchBillings'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 31 |
|
|---|
| 32 | src\pages\departments\DepartmentDetail.js
|
|---|
| 33 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 34 |
|
|---|
| 35 | src\pages\departments\DoctorsByDepartment.js
|
|---|
| 36 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 37 |
|
|---|
| 38 | src\pages\doctors\DoctorDetail.js
|
|---|
| 39 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 40 |
|
|---|
| 41 | src\pages\doctors\DoctorForm.js
|
|---|
| 42 | Line 26:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 43 |
|
|---|
| 44 | src\pages\lab-tests\LabResultForm.js
|
|---|
| 45 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 46 |
|
|---|
| 47 | src\pages\lab-tests\LabTestList.js
|
|---|
| 48 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 49 | Line 293:29: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 50 | Line 293:84: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 51 |
|
|---|
| 52 | src\pages\medical-records\MedicalRecordDetail.js
|
|---|
| 53 | Line 80:6: React Hook useEffect has a missing dependency: 'fetchRecord'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 54 |
|
|---|
| 55 | src\pages\medical-reports\MedicalReportList.js
|
|---|
| 56 | Line 21:10: 'availableDiagnoses' is assigned a value but never used no-unused-vars
|
|---|
| 57 | Line 22:10: 'availablePrescriptions' is assigned a value but never used no-unused-vars
|
|---|
| 58 | Line 23:10: 'availableAllergies' is assigned a value but never used no-unused-vars
|
|---|
| 59 | Line 24:10: 'availableSymptoms' is assigned a value but never used no-unused-vars
|
|---|
| 60 | Line 174:9: 'toggleDiagnosisSelection' is assigned a value but never used no-unused-vars
|
|---|
| 61 | Line 186:9: 'togglePrescriptionSelection' is assigned a value but never used no-unused-vars
|
|---|
| 62 | Line 198:9: 'toggleAllergySelection' is assigned a value but never used no-unused-vars
|
|---|
| 63 | Line 210:9: 'toggleSymptomSelection' is assigned a value but never used no-unused-vars
|
|---|
| 64 |
|
|---|
| 65 | src\pages\patients\PatientDetail.js
|
|---|
| 66 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 67 |
|
|---|
| 68 | src\pages\patients\PatientForm.js
|
|---|
| 69 | Line 28:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 70 |
|
|---|
| 71 | src\pages\procedures\ProcedureList.js
|
|---|
| 72 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 73 | Line 315:33: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 74 | Line 315:100: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 75 |
|
|---|
| 76 | src\pages\procedures\ProcedureResultForm.js
|
|---|
| 77 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 78 |
|
|---|
| 79 | Search for the keywords to learn more about each warning.
|
|---|
| 80 | To ignore, add // eslint-disable-next-line to the line before.
|
|---|
| 81 |
|
|---|
| 82 | [1m[33mWARNING[39m[22m in [1m[eslint]
|
|---|
| 83 | src\App.js
|
|---|
| 84 | Line 2:50: 'Navigate' is defined but never used no-unused-vars
|
|---|
| 85 |
|
|---|
| 86 | src\pages\appointments\AppointmentList.js
|
|---|
| 87 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchAppointments'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 88 |
|
|---|
| 89 | src\pages\billing\BillingDetail.js
|
|---|
| 90 | Line 22:6: React Hook useEffect has a missing dependency: 'fetchBilling'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 91 |
|
|---|
| 92 | src\pages\billing\BillingList.js
|
|---|
| 93 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchBillings'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 94 |
|
|---|
| 95 | src\pages\departments\DepartmentDetail.js
|
|---|
| 96 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 97 |
|
|---|
| 98 | src\pages\departments\DoctorsByDepartment.js
|
|---|
| 99 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 100 |
|
|---|
| 101 | src\pages\doctors\DoctorDetail.js
|
|---|
| 102 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 103 |
|
|---|
| 104 | src\pages\doctors\DoctorForm.js
|
|---|
| 105 | Line 26:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 106 |
|
|---|
| 107 | src\pages\lab-tests\LabResultForm.js
|
|---|
| 108 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 109 |
|
|---|
| 110 | src\pages\lab-tests\LabTestList.js
|
|---|
| 111 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 112 | Line 293:29: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 113 | Line 293:84: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 114 |
|
|---|
| 115 | src\pages\medical-records\MedicalRecordDetail.js
|
|---|
| 116 | Line 80:6: React Hook useEffect has a missing dependency: 'fetchRecord'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 117 |
|
|---|
| 118 | src\pages\medical-reports\MedicalReportList.js
|
|---|
| 119 | Line 21:10: 'availableDiagnoses' is assigned a value but never used no-unused-vars
|
|---|
| 120 | Line 22:10: 'availablePrescriptions' is assigned a value but never used no-unused-vars
|
|---|
| 121 | Line 23:10: 'availableAllergies' is assigned a value but never used no-unused-vars
|
|---|
| 122 | Line 24:10: 'availableSymptoms' is assigned a value but never used no-unused-vars
|
|---|
| 123 | Line 174:9: 'toggleDiagnosisSelection' is assigned a value but never used no-unused-vars
|
|---|
| 124 | Line 186:9: 'togglePrescriptionSelection' is assigned a value but never used no-unused-vars
|
|---|
| 125 | Line 198:9: 'toggleAllergySelection' is assigned a value but never used no-unused-vars
|
|---|
| 126 | Line 210:9: 'toggleSymptomSelection' is assigned a value but never used no-unused-vars
|
|---|
| 127 |
|
|---|
| 128 | src\pages\patients\PatientDetail.js
|
|---|
| 129 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 130 |
|
|---|
| 131 | src\pages\patients\PatientForm.js
|
|---|
| 132 | Line 28:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 133 |
|
|---|
| 134 | src\pages\procedures\ProcedureList.js
|
|---|
| 135 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 136 | Line 315:33: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 137 | Line 315:100: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 138 |
|
|---|
| 139 | src\pages\procedures\ProcedureResultForm.js
|
|---|
| 140 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 141 |
|
|---|
| 142 | [39m[22m
|
|---|
| 143 |
|
|---|
| 144 | webpack compiled with [1m[33m1 warning[39m[22m
|
|---|
| 145 | (node:32556) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
|
|---|
| 146 | Compiling...
|
|---|
| 147 | Compiled with warnings.
|
|---|
| 148 |
|
|---|
| 149 | [eslint]
|
|---|
| 150 | src\App.js
|
|---|
| 151 | Line 2:50: 'Navigate' is defined but never used no-unused-vars
|
|---|
| 152 |
|
|---|
| 153 | src\pages\appointments\AppointmentList.js
|
|---|
| 154 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchAppointments'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 155 |
|
|---|
| 156 | src\pages\billing\BillingDetail.js
|
|---|
| 157 | Line 22:6: React Hook useEffect has a missing dependency: 'fetchBilling'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 158 |
|
|---|
| 159 | src\pages\billing\BillingList.js
|
|---|
| 160 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchBillings'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 161 |
|
|---|
| 162 | src\pages\departments\DepartmentDetail.js
|
|---|
| 163 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 164 |
|
|---|
| 165 | src\pages\departments\DoctorsByDepartment.js
|
|---|
| 166 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 167 |
|
|---|
| 168 | src\pages\doctors\DoctorDetail.js
|
|---|
| 169 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 170 |
|
|---|
| 171 | src\pages\doctors\DoctorForm.js
|
|---|
| 172 | Line 26:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 173 |
|
|---|
| 174 | src\pages\lab-tests\LabResultForm.js
|
|---|
| 175 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 176 |
|
|---|
| 177 | src\pages\lab-tests\LabTestList.js
|
|---|
| 178 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 179 | Line 293:29: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 180 | Line 293:84: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 181 |
|
|---|
| 182 | src\pages\medical-records\MedicalRecordDetail.js
|
|---|
| 183 | Line 80:6: React Hook useEffect has a missing dependency: 'fetchRecord'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 184 |
|
|---|
| 185 | src\pages\medical-reports\MedicalReportList.js
|
|---|
| 186 | Line 21:10: 'availableDiagnoses' is assigned a value but never used no-unused-vars
|
|---|
| 187 | Line 22:10: 'availablePrescriptions' is assigned a value but never used no-unused-vars
|
|---|
| 188 | Line 23:10: 'availableAllergies' is assigned a value but never used no-unused-vars
|
|---|
| 189 | Line 24:10: 'availableSymptoms' is assigned a value but never used no-unused-vars
|
|---|
| 190 | Line 174:9: 'toggleDiagnosisSelection' is assigned a value but never used no-unused-vars
|
|---|
| 191 | Line 186:9: 'togglePrescriptionSelection' is assigned a value but never used no-unused-vars
|
|---|
| 192 | Line 198:9: 'toggleAllergySelection' is assigned a value but never used no-unused-vars
|
|---|
| 193 | Line 210:9: 'toggleSymptomSelection' is assigned a value but never used no-unused-vars
|
|---|
| 194 |
|
|---|
| 195 | src\pages\patients\PatientDetail.js
|
|---|
| 196 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 197 |
|
|---|
| 198 | src\pages\patients\PatientForm.js
|
|---|
| 199 | Line 28:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 200 |
|
|---|
| 201 | src\pages\procedures\ProcedureList.js
|
|---|
| 202 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 203 | Line 315:33: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 204 | Line 315:100: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 205 |
|
|---|
| 206 | src\pages\procedures\ProcedureResultForm.js
|
|---|
| 207 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 208 |
|
|---|
| 209 | Search for the keywords to learn more about each warning.
|
|---|
| 210 | To ignore, add // eslint-disable-next-line to the line before.
|
|---|
| 211 |
|
|---|
| 212 | [1m[33mWARNING[39m[22m in [1m[eslint]
|
|---|
| 213 | src\App.js
|
|---|
| 214 | Line 2:50: 'Navigate' is defined but never used no-unused-vars
|
|---|
| 215 |
|
|---|
| 216 | src\pages\appointments\AppointmentList.js
|
|---|
| 217 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchAppointments'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 218 |
|
|---|
| 219 | src\pages\billing\BillingDetail.js
|
|---|
| 220 | Line 22:6: React Hook useEffect has a missing dependency: 'fetchBilling'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 221 |
|
|---|
| 222 | src\pages\billing\BillingList.js
|
|---|
| 223 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchBillings'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 224 |
|
|---|
| 225 | src\pages\departments\DepartmentDetail.js
|
|---|
| 226 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 227 |
|
|---|
| 228 | src\pages\departments\DoctorsByDepartment.js
|
|---|
| 229 | Line 17:6: React Hook useEffect has a missing dependency: 'fetchDepartmentAndDoctors'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 230 |
|
|---|
| 231 | src\pages\doctors\DoctorDetail.js
|
|---|
| 232 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 233 |
|
|---|
| 234 | src\pages\doctors\DoctorForm.js
|
|---|
| 235 | Line 26:6: React Hook useEffect has a missing dependency: 'fetchDoctor'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 236 |
|
|---|
| 237 | src\pages\lab-tests\LabResultForm.js
|
|---|
| 238 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 239 |
|
|---|
| 240 | src\pages\lab-tests\LabTestList.js
|
|---|
| 241 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 242 | Line 293:29: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 243 | Line 293:84: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 244 |
|
|---|
| 245 | src\pages\medical-records\MedicalRecordDetail.js
|
|---|
| 246 | Line 80:6: React Hook useEffect has a missing dependency: 'fetchRecord'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 247 |
|
|---|
| 248 | src\pages\medical-reports\MedicalReportList.js
|
|---|
| 249 | Line 21:10: 'availableDiagnoses' is assigned a value but never used no-unused-vars
|
|---|
| 250 | Line 22:10: 'availablePrescriptions' is assigned a value but never used no-unused-vars
|
|---|
| 251 | Line 23:10: 'availableAllergies' is assigned a value but never used no-unused-vars
|
|---|
| 252 | Line 24:10: 'availableSymptoms' is assigned a value but never used no-unused-vars
|
|---|
| 253 | Line 174:9: 'toggleDiagnosisSelection' is assigned a value but never used no-unused-vars
|
|---|
| 254 | Line 186:9: 'togglePrescriptionSelection' is assigned a value but never used no-unused-vars
|
|---|
| 255 | Line 198:9: 'toggleAllergySelection' is assigned a value but never used no-unused-vars
|
|---|
| 256 | Line 210:9: 'toggleSymptomSelection' is assigned a value but never used no-unused-vars
|
|---|
| 257 |
|
|---|
| 258 | src\pages\patients\PatientDetail.js
|
|---|
| 259 | Line 16:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 260 |
|
|---|
| 261 | src\pages\patients\PatientForm.js
|
|---|
| 262 | Line 28:6: React Hook useEffect has a missing dependency: 'fetchPatient'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|---|
| 263 |
|
|---|
| 264 | src\pages\procedures\ProcedureList.js
|
|---|
| 265 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 266 | Line 315:33: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 267 | Line 315:100: [1m[31mUnexpected[39m[22m[1m mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators
|
|---|
| 268 |
|
|---|
| 269 | src\pages\procedures\ProcedureResultForm.js
|
|---|
| 270 | Line 1:27: 'useEffect' is defined but never used no-unused-vars
|
|---|
| 271 |
|
|---|
| 272 | [39m[22m
|
|---|
| 273 |
|
|---|
| 274 | webpack compiled with [1m[33m1 warning[39m[22m
|
|---|