source: frontend/frontend-startup.log@ ae6cd79

Last change on this file since ae6cd79 was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 34.5 KB
Line 
1
2> medora-frontend@0.1.0 start
3> react-scripts start
4
5node.exe : (node:32556) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares'
6option.
7At 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.
15Starting the development server...
16
17Compiled with warnings.
18
19[eslint]
20src\App.js
21 Line 2:50: 'Navigate' is defined but never used no-unused-vars
22
23src\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
26src\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
29src\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
32src\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
35src\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
38src\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
41src\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
44src\pages\lab-tests\LabResultForm.js
45 Line 1:27: 'useEffect' is defined but never used no-unused-vars
46
47src\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
52src\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
55src\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
65src\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
68src\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
71src\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
76src\pages\procedures\ProcedureResultForm.js
77 Line 1:27: 'useEffect' is defined but never used no-unused-vars
78
79Search for the keywords to learn more about each warning.
80To ignore, add // eslint-disable-next-line to the line before.
81
82[1m[33mWARNING[39m[22m in [1m[eslint]
83src\App.js
84 Line 2:50: 'Navigate' is defined but never used no-unused-vars
85
86src\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
89src\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
92src\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
95src\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
98src\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
101src\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
104src\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
107src\pages\lab-tests\LabResultForm.js
108 Line 1:27: 'useEffect' is defined but never used no-unused-vars
109
110src\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
115src\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
118src\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
128src\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
131src\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
134src\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
139src\pages\procedures\ProcedureResultForm.js
140 Line 1:27: 'useEffect' is defined but never used no-unused-vars
141
142[39m[22m
143
144webpack compiled with [1m[33m1 warning[39m[22m
145(node:32556) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
146Compiling...
147Compiled with warnings.
148
149[eslint]
150src\App.js
151 Line 2:50: 'Navigate' is defined but never used no-unused-vars
152
153src\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
156src\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
159src\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
162src\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
165src\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
168src\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
171src\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
174src\pages\lab-tests\LabResultForm.js
175 Line 1:27: 'useEffect' is defined but never used no-unused-vars
176
177src\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
182src\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
185src\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
195src\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
198src\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
201src\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
206src\pages\procedures\ProcedureResultForm.js
207 Line 1:27: 'useEffect' is defined but never used no-unused-vars
208
209Search for the keywords to learn more about each warning.
210To ignore, add // eslint-disable-next-line to the line before.
211
212[1m[33mWARNING[39m[22m in [1m[eslint]
213src\App.js
214 Line 2:50: 'Navigate' is defined but never used no-unused-vars
215
216src\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
219src\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
222src\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
225src\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
228src\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
231src\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
234src\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
237src\pages\lab-tests\LabResultForm.js
238 Line 1:27: 'useEffect' is defined but never used no-unused-vars
239
240src\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
245src\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
248src\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
258src\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
261src\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
264src\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
269src\pages\procedures\ProcedureResultForm.js
270 Line 1:27: 'useEffect' is defined but never used no-unused-vars
271
272[39m[22m
273
274webpack compiled with [1m[33m1 warning[39m[22m
Note: See TracBrowser for help on using the repository browser.