wilddragon-site/node_modules/next/dist/esm/server/app-render/instant-validation/boundary-tracking.js
2026-04-17 15:51:01 -04:00

8 lines
No EOL
184 B
JavaScript
Executable file

export function createValidationBoundaryTracking() {
return {
expectedIds: new Set(),
renderedIds: new Set()
};
}
//# sourceMappingURL=boundary-tracking.js.map