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

Resolve console errors for dps #858

Closed
grallewellyn opened this issue Nov 2, 2023 · 2 comments
Closed

Resolve console errors for dps #858

grallewellyn opened this issue Nov 2, 2023 · 2 comments
Assignees
Labels
DPS Data Processing Subsystem
Milestone

Comments

@grallewellyn
Copy link
Collaborator

grallewellyn commented Nov 2, 2023

"Each child in the list must have a unique key property"
"Warning: React does not recognize the sashClassName prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase sashclassname instead. If you accidentally passed it from a parent component, remove it from the DOM element."
"Warning: Cannot update a component (JobsOverviewContainer) while rendering a different component (SelectColumnFilter). To locate the bad setState() call inside SelectColumnFilter, follow the stack trace as described in Bug: too hard to fix "Cannot update a component from inside the function body of a different component." · Issue #18178 · facebook/react "
"react-json-view error: src property must be a valid json object"
"Warning: Received true for a non-boolean attribute custom."

@grallewellyn grallewellyn self-assigned this Nov 2, 2023
@grallewellyn grallewellyn added this to the 3.1.5 milestone Jan 11, 2024
@grallewellyn
Copy link
Collaborator Author

grallewellyn commented Jan 31, 2024

I am unable to replicate that error above, but now getting this error
"react-view-json error: src property must be a valid JSON object"
And the error is affecting how dps should be working
Screenshot 2024-02-01 at 11 35 32 AM

@gchang gchang added the DPS Data Processing Subsystem label Feb 1, 2024
@grallewellyn
Copy link
Collaborator Author

All error messages:
"Warning: React does not recognize the sashClassName prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase sashclassname instead. If you accidentally passed it from a parent component, remove it from the DOM element."

"Warning: Each child in a list should have a unique "key" prop."

"Warning: Cannot update a component (JobsOverviewContainer) while rendering a different component (SelectColumnFilter). To locate the bad setState() call inside SelectColumnFilter, follow the stack trace as described in Bug: too hard to fix "Cannot update a component from inside the function body of a different component." · Issue #18178 · facebook/react "

"react-json-view error: src property must be a valid json object"

@grallewellyn grallewellyn changed the title Resolve console errors for jobs Resolve console errors for dps Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DPS Data Processing Subsystem
Projects
None yet
Development

No branches or pull requests

2 participants