I get the following error when using the extension on Mediawiki 1.40.

Could somebody explain to me how to fix it?
Edit:
My LocalSettings.php does contain the following config for the extension:
LinkTitles Settings
$wgLinkTitlesParseOnEdit = true;
$wgLinkTitlesParseOnRender = true;
$wgLinkTitlesSpecialPageReloadAfter = 1;
When I disable these settings the error disappears. Do I have to change something here?