techmatters / terraso-mobile-client

A React Native project for Terraso’s LandPKS mobile application.
https://landpks.terraso.org
GNU Affero General Public License v3.0
2 stars 0 forks source link

App hangs searching for lat/lng pair #1827

Closed paulschreiber closed 1 month ago

paulschreiber commented 1 month ago

App Version

1.0.1 (172)

Account

No response

Platforms

Description

App hangs searching for a lat/ng pair.

Sentry profile: https://techmatters.sentry.io/issues/5632803701/?project=4506299761623040

Steps to Reproduce

  1. Start typing 36.30218,-83.19369 into the search box (type, don't paste the whole thing in)
  2. Around 36.30218,-83.19 the app hangs

Expected behavior

No response

Actual behavior

No response

Additional context

No response

DerekCaelin commented 1 month ago
paulschreiber commented 1 month ago

We use use-debounce in the web app.

DerekCaelin commented 1 month ago

@paulschreiber I was never able to reproduce on my devices... can you review this?

DerekCaelin commented 1 month ago

Pulling into August since the QA still needs to happen.

paulschreiber commented 1 month ago

I can n longer reproduce. Likely mitigated by https://github.com/techmatters/terraso-mobile-client/pull/1848