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.
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.
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.