You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While clicking the location filter in the custom dashboard app is getting crashed.
Error message :
Cannot set property 'isSelected' of undefined
at anonymous (address at index.android.bundle:1:2417447)
at forEach ((native)::)
at setSelectedAddresses (address at index.android.bundle:1:2417382)
at anonymous (address at index.android.bundle:1:4249779)
at anonymous (address at index.android.bundle:1:1112902)
at map ((native)::)
at apply ((native)::)
at value (address at index.android.bundle:1:2247350)
at map (address at index.android.bundle:1:1112864)
at render (address at index.android.bundle:1:4248752)
at finishClassComponent (address at index.android.bundle:1:367545)
at updateClassComponent (address at index.android.bundle:1:367406)
at beginWork$1 (address at index.android.bundle:1:399726)
at performUnitOfWork (address at index.android.bundle:1:386775)
at workLoopSync (address at index.android.bundle:1:386677)
at renderRootSync (address at index.android.bundle:1:386561)
at performSyncWorkOnRoot (address at index.android.bundle:1:384044)
at flushSyncCallbacks (address at index.android.bundle:1:349074)
at batchedUpdatesImpl (address at index.android.bundle:1:400500)
at batchedUpdates (address at index.android.bundle:1:341931)
at _receiveRootNodeIDEvent (address at index.android.bundle:1:342204)
at receiveTouches (address at index.android.bundle:1:395356)
at apply ((native)::)
at __callFunction (address at index.android.bundle:1:98035)
at anonymous (address at index.android.bundle:1:96528)
at __guard (address at index.android.bundle:1:97468)
at callFunctionReturnFlushedQueue (address at index.android.bundle:1:96486)
env : pre-release
org : apfodisha
steps to reproduce :
1.Login to the app
2.click on the more
3.click on the dashboard
4.click on the dashboard filter which as the address
Expected result : app should applied.
Actual result : app is getting crashed.
Describe the bug
While clicking the location filter in the custom dashboard app is getting crashed.
Error message :
Cannot set property 'isSelected' of undefined
at anonymous (address at index.android.bundle:1:2417447)
at forEach ((native)::)
at setSelectedAddresses (address at index.android.bundle:1:2417382)
at anonymous (address at index.android.bundle:1:4249779)
at anonymous (address at index.android.bundle:1:1112902)
at map ((native)::)
at apply ((native)::)
at value (address at index.android.bundle:1:2247350)
at map (address at index.android.bundle:1:1112864)
at render (address at index.android.bundle:1:4248752)
at finishClassComponent (address at index.android.bundle:1:367545)
at updateClassComponent (address at index.android.bundle:1:367406)
at beginWork$1 (address at index.android.bundle:1:399726)
at performUnitOfWork (address at index.android.bundle:1:386775)
at workLoopSync (address at index.android.bundle:1:386677)
at renderRootSync (address at index.android.bundle:1:386561)
at performSyncWorkOnRoot (address at index.android.bundle:1:384044)
at flushSyncCallbacks (address at index.android.bundle:1:349074)
at batchedUpdatesImpl (address at index.android.bundle:1:400500)
at batchedUpdates (address at index.android.bundle:1:341931)
at _receiveRootNodeIDEvent (address at index.android.bundle:1:342204)
at receiveTouches (address at index.android.bundle:1:395356)
at apply ((native)::)
at __callFunction (address at index.android.bundle:1:98035)
at anonymous (address at index.android.bundle:1:96528)
at __guard (address at index.android.bundle:1:97468)
at callFunctionReturnFlushedQueue (address at index.android.bundle:1:96486)
env : pre-release
org : apfodisha
steps to reproduce :
1.Login to the app
2.click on the more
3.click on the dashboard
4.click on the dashboard filter which as the address
Expected result : app should applied.
Actual result : app is getting crashed.
Refer video :
https://drive.google.com/file/d/1m6V_uxvIV7G004lagNPC3fuL2pr7nYyn/view?usp=sharing
The text was updated successfully, but these errors were encountered: