Closed Dennull closed 1 month ago
When navigating to an expanded post, the app crashes. Opening the console shows this error:
This is likely because of a .find() operation we're doing in the expanded post modal to find the existing post returning undefined
.find()
undefined
When navigating to an expanded post, the app crashes. Opening the console shows this error:
This is likely because of a
.find()
operation we're doing in the expanded post modal to find the existing post returningundefined