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

BUG - search vaninshes page #179

Open
koen84 opened this issue Oct 17, 2020 · 5 comments
Open

BUG - search vaninshes page #179

koen84 opened this issue Oct 17, 2020 · 5 comments

Comments

@koen84
Copy link

koen84 commented Oct 17, 2020

If you got to projects and put either challenged or claimed projects, then try to search and the entire page disappears.

@koen84
Copy link
Author

koen84 commented Oct 17, 2020

I was testing with chrome on windows. It's not 100% always.
I can't reproduce at all with chrome on linux.

@harmohan-a
Copy link

I got the same error but the project was neither claimed or challenged

@harmohan-a
Copy link

PS: i was searching for chainlink. just typing ch broke the page

@harmohan-a
Copy link

harmohan-a commented Oct 17, 2020

issue seems be in the data or object definition, because the error is on cant find name of undefined...

<Card
                  key={index}
                  title={project.name}
                  variant="project"
                  image={project.avatar}
                  to={`/project/${project.id}`}
                  category={project.categories[0].name}
                  isChallenged={project.isChallenged}
                />

@KingZee
Copy link
Contributor

KingZee commented Oct 17, 2020

Oh, I just realized you guys posted this here, it is indeed a bug

graphprotocol/mission-control-curator#9

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

3 participants