Bug Unexpected behavior from \XF::getClassForAlias

There is a bug in this version
X

Xon

Guest
\XF::getClassForAlias will sometimes suggest incorrect replacements for some View handlers;

XF\Pub\View\Reaction\React => XF\Pub\View\Reaction\ReactHandler
XF\Pub\View\Attachment\View => XF\Pub\View\Attachment\ViewHandler
XF\Pub\View\Like\Like => XF\Pub\View\Like\LikeHandler
XF\Api\View\Attachment\View => XF\Api\View\Attachment\ViewHandler
XF\Admin\View\Attachment\View => XF\Admin\View\Attachment\ViewHandler

Continue reading...