You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseError does not extend Error — err instanceof Error === false across the codebase. Fix with extends Error + Object.setPrototypeOf(this, new.target.prototype).
Roadmap:
prd/roadmap/libs.mdBaseErrordoes not extendError—err instanceof Error === falseacross the codebase. Fix withextends Error+Object.setPrototypeOf(this, new.target.prototype).Grades:
prd/analysis/grades/libs.mdrecommendation #5