insidesherpa / JPMC-tech-task-3-PY3

8 stars 176 forks source link

Argument of type 'Row[]' is not assignable to parameter of type 'TableData' #81

Open Richrich435 opened 2 years ago

Richrich435 commented 2 years ago

Hello All, I am coming up with this error. I have attempted the solution from previous closed issues and it did not solve the problem. I have exactly what the solutions that were used and I still get this error.

image

Please advise, Thank you!

Gio-AbouJaoude commented 2 years ago

Same, any ideas on how to solve?

Arpit045-boop commented 2 years ago

yaa, please solve this problem i also got this same problem

VD209 commented 2 years ago

Recheck the code for all typos line by line and indentation and spellings

RitikSingh-Github commented 2 years ago

remove [ ] after row. Line 15.After removing it should look like this- static generateRow(serverRespond: ServerRespond[]): Row {