We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84ea01 commit ad85170Copy full SHA for ad85170
packages/utils/src/lib/performance-observer.ts
@@ -51,7 +51,7 @@ export class PerformanceObserverSink<T>
51
return;
52
}
53
54
- // The only used to trigger the flush it is not processing the entries just counting them
+ // Only used to trigger the flush - it's not processing the entries, just counting them
55
this.#observer = new PerformanceObserver(
56
(list: PerformanceObserverEntryList) => {
57
const batchCount = OBSERVED_TYPES.reduce(
0 commit comments