judeProground
judeProground
Hi, @glitch-txs. Sorry to mention you. https://docs.walletconnect.com/web3modal/v2/about This document indicates that web3modal v2 is deprecated. Is there any update regarding support for wagmi v2? Thanks
Oh, I see. That's great news! Thank you for confirming.
@ignaciosantise @glitch-txs Is there any update?
Hi, christocracy! Could you please check log below? At 14:24:37, `getCurrentPosition` was called. At 14:24:38, `destroyLocation` was called. After that, seems `isMoving` value was changed to `0` by `createMotionTypeChangedHandler`, but...
Thank you for your response. I removed changePace, but the problem still persists. I will try a few more times!
I made a simple switch that toggles start and stop, but the problem still exists. Code ```typescript function SettingRunningPage() { const [switchValue, setSwitchValue] = useState(false); const [changedPace, setChangedPace] = useState(false);...
It's not BackgroundGeolocation.changePace, It's just useState setState to show the text `changedPace`
If this is not enough, I would like to suggest creating a forkable Hello World app with all the settings configured. This would make it easier for other users to...