Hi team,
We are having small hobby forum on autoblog subdomain. Recently after removing a user, the posts in threads where this user was commenting do not displaying properly. Look i.e. on this page: https://autoblog.freeflarum.com/d/145-jak-jezdzic-po-japonii
The response from API gives JSON with 14 responses, but only part of them are rendered. It seems that there is an issue with a renderer, as following errors are thrown:
mount-redraw.jss:15 TypeError: Cannot read properties of undefined (reading 'attributes')
at e.<anonymous> (index.jss:28:50)
at e.Mr.forEach.t.<computed> [as view] (extend.tss:39:16)
at Function.a (render.jss:30:16)
at render.jss:155:45
at render.jss:160:3
at c (render.jss:66:8)
at l (render.jss:50:5)
at render.jss:134:5
at c (render.jss:63:14)
at l (render.jss:50:5)
Anything can be done to fix it?