clarkwinkelmann
Flarum log doesn't show any notification
If I F5, I don't see the error anymore or deleting that line doesn't cause the error
TypeError: e.tags is not a function
at Z.app.route.discussion (discussionRouting.js:21:50)
at Function.<anonymous> (routes.ts:59:24)
at Function.e [as post] (routes.ts:58:9)
at s.view (DiscussionOverview.tsx:70:54)
at Function.a (render.js:30:16)
at render.js:155:45
at render.js:160:3
at c (render.js:66:8)
at render.js:162:4
at c (render.js:66:8)
Line at Z.app.route.discussion (discussionRouting.js:21:50) : if (discussionRedirectEnabled && discussion.tags().length > 0) {
line at s.view (DiscussionOverview.tsx:70:54) : <Link className="user" href={app.route.post(lastPost)}>