Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type 'Row' is not assignable to type 'Record<string, (string | number | boolean | Date)[]>'. Index signature for type 'string' is missing in type 'Row'.ts(2322) #94

Open
LoopFruits opened this issue Jul 22, 2022 · 6 comments

Comments

@LoopFruits
Copy link

Don't understand why i'm getting this error, I believe my changes were made accurately. I'm assuming its an API issue at this point.

JPMC package json

JPMC Graph tsx

JPMC Graph ts p2

JPMC DataManipulator

@coder-023
Copy link

Is your error resolved?
I am also facing the same error.

@LoopFruits
Copy link
Author

@coder-023 hasn't been resolved yet. Don't think it can be with the outdated tools given

@PrashikNikumbe
Copy link

Capture

This will resolve the issue.

@mohitshahdadpuri
Copy link

mohitshahdadpuri commented Aug 15, 2022

Capture

This will resolve the issue.

Or just adding [key:string]: string|any; after export interface Row{ in DataManipulator.ts helps BEFORE MAKING MODIFICATIONS TO THE CODE.
Screenshot 2022-08-15 21 42 25

@HameedMulani
Copy link

Thank you!
error has gone but output is not visible
image

@PrashikNikumbe
Copy link

Thank you! error has gone but output is not visible image

Do all the modifications mentioned in the pdf.
Also make sure that your server is running up in the administrator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants