wilddragon-site/node_modules/next/dist/esm/server/app-render/instant-validation/boundary-tracking.js

8 lines
184 B
JavaScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export function createValidationBoundaryTracking() {
return {
expectedIds: new Set(),
renderedIds: new Set()
};
}
//# sourceMappingURL=boundary-tracking.js.map