I'm using Chrome 65.0.3325.181 on MacOS and when I jump quite a bit in a large topic the regularly gets stuck on the post placeholders. My JS console shows:
Uncaught TypeError: post.likes(...).some is not a function
at CommentPost.<anonymous> (forum-def494fc.js:2378)
at CommentPost.object.(anonymous function) (https://discuss.flarum.org/assets/forum-def494fc.js:2167:65)
at CommentPost.object.(anonymous function) [as actionItems] (https://discuss.flarum.org/assets/forum-def494fc.js:2167:29)
at forum-def494fc.js:2098
at CommentPost.view (forum-def494fc.js:2098)
at CommentPost.render (forum-def494fc.js:1989)
at Object.view (forum-def494fc.js:1991)
at checkView (forum-def494fc.js:233)
at markViews (forum-def494fc.js:240)
at buildObject (forum-def494fc.js:244)
at that time. Is this me or is this a problem with the code on discuss.flarum.org?