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

Fix Issues with PathSearch Function in React App #104

Open
yunchae-kim opened this issue Oct 11, 2023 · 0 comments
Open

Fix Issues with PathSearch Function in React App #104

yunchae-kim opened this issue Oct 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working minor Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"

Comments

@yunchae-kim
Copy link
Contributor

We've identified an issue with the PathSearch function in our React app—it's not delivering the expected results. You can observe the specific error on our page: https://comptox.ai/data.html.

Steps to Address the Issue:

  1. Determine the Root Cause: We need to ascertain if the glitch is due to rendering issues or if there's a fundamental flaw within the PathSearch function itself.
  2. Resolve & Test: Once we've pinpointed and rectified the problem, we should be able to utilize the PathSearch function effectively again.

Broader Context & Future Consideration:
The PathSearch function is intrinsically tied to the react-d3-graph package. Given that we're considering replacing react-d3-graph—primarily because it's the root of our package conflicts and it's no longer maintained—it's imperative we have a fully functional PathSearch.

Just a note on the package concerns: Using react-d3-graph currently forces us into using npm install --legacy-peer-deps with React 17. This is not a sustainable practice, as it might lead to problems when updating other packages.

@yunchae-kim yunchae-kim added bug Something isn't working minor Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix" labels Oct 11, 2023
@yunchae-kim yunchae-kim self-assigned this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working minor Easy to fix issue that can be completed in a limited amount of time, similar to "easy fix"
Projects
None yet
Development

No branches or pull requests

1 participant