
NateDog
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Liked comment
Getting this error after installing the mod:
**TypeError: Cannot read properties of undefined (reading 'Filter')**
**TypeError: Cannot read properties of undefined (reading 'Filter')**
**at Mod.postDBLoad (C:\\Games\\Shooters\\SPT Tarkov\\user\\mods\\choccy-saa\\src\\mod.ts:1075:101)**
**at PostDBModLoader.executeModsAsync (C:\\snapshot\\project\\obj\\loaders\\PostDBModLoader.js)**
**at PostDBModLoader.onload (C:\\snapshot\\project\\obj\\loaders\\PostDBModLoader.js)**
**at App.load (C:\\snapshot\\project\\obj\\utils\\App.js)**
I have no idea what it means or if it's fixable.
Any help / advice appreciated.
Sep 30, 2025 9:27 AM
View details
Downloaded mod
Version 1.0.4 of Choccy SAA Realism and Multi-cylinder (44-40, 38-40, 32-40)
Sep 30, 2025 9:26 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.