Davis Thank you so much for your reply.
I tried to figure out how it works and I went to the following path: /vendor/flarum-ext-signature/js/forum/src and edited the file "main.js"
I edited line #6 to this: import CommentPost from 'flarum/components/CommentPost';
And line #20 to this: extend(CommentPost.prototype, 'view', function (vdom) {
After uploading the modified file, clearing the composer and flarum cache, disabling and re-enabling the extension, the issue still remains.
Am I doing something wrong? Thank you so much for further reply.