Skip to content

Commit

Permalink
Update packages/react/runtime/src/worklet/workletRefPool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyu Wang <40660121+colinaaa@users.noreply.github.com>
Signed-off-by: Yradex <11014207+Yradex@users.noreply.github.com>
  • Loading branch information
Yradex and colinaaa authored Mar 5, 2025
1 parent ed889de commit 7975e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/runtime/src/worklet/workletRefPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { enableMTS } from './functionality.js';

let initValuePatch: [number, unknown][] = [];
const initValueIdSet = new Set<number>();
const initValueIdSet = /*#__PURE__*/ new Set<number>();

/**
* @internal
Expand Down

0 comments on commit 7975e03

Please sign in to comment.