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
I have the strong suspicion that the error happens in the CommunitySearchResults.tsx file since a property called name is read inside of useMemo (Line 19) which both are mentioned in the debug-log. I am trying to add a fix myself and open a PR but I have no React Native experience whatsoever.
Expected Behavior
App should not crash and display the search results.
Version
1.1.4.95 (95)
App Store or TestFlight?
App Store
iOS Version
16.x
Device
iPhone 8
The text was updated successfully, but these errors were encountered:
Check for open issues
Minimal reproducible example
Reproduce:
debug-log (also sent via email bug report):
lemmy-debug.log
I have the strong suspicion that the error happens in the CommunitySearchResults.tsx file since a property called
name
is read inside ofuseMemo
(Line 19) which both are mentioned in the debug-log. I am trying to add a fix myself and open a PR but I have no React Native experience whatsoever.Expected Behavior
App should not crash and display the search results.
Version
1.1.4.95 (95)
App Store or TestFlight?
App Store
iOS Version
16.x
Device
iPhone 8
The text was updated successfully, but these errors were encountered: