Scope pino lines with filename

This commit is contained in:
Fedor Indutny
2025-06-16 11:59:31 -07:00
committed by GitHub
parent f6c19c548e
commit 4347964030
338 changed files with 1524 additions and 1111 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
// SPDX-License-Identifier: AGPL-3.0-only
import { useCallback, useRef, useState } from 'react';
import * as log from '../logging/log';
import { createLogger } from '../logging/log';
const log = createLogger('useIntersectionObserver');
/**
* A light hook wrapper around `IntersectionObserver`.