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 Asset Search bug #179

Open
outragedhuman opened this issue Dec 22, 2022 · 1 comment · Fixed by #184
Open

Fix Asset Search bug #179

outragedhuman opened this issue Dec 22, 2022 · 1 comment · Fixed by #184
Labels
Beta Feedback from users during the beta testing period. bug Something isn't working

Comments

@outragedhuman
Copy link
Collaborator

Asset searches are returning data based on console.log() output, but it errors before displaying the data in the search box dropdown menu. Need to investigate, this was working on mainnet so maybe testnet is returning a slightly different format.

@outragedhuman outragedhuman added bug Something isn't working Beta Feedback from users during the beta testing period. labels Dec 22, 2022
@outragedhuman
Copy link
Collaborator Author

ended up being the lack of an early return statement on success which was causing a state reset to occur immediately after setting the appropriate results in state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta Feedback from users during the beta testing period. bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant