Skip to content

Commit 11a8c2b

Browse files
chore(datetime-e2e): linking follow up ticket
Co-authored-by: Brandy Smith <[email protected]>
1 parent 0e59e06 commit 11a8c2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,7 @@ export class Datetime implements ComponentInterface {
11021102
}
11031103

11041104
/**
1105+
* TODO(FW-6931): Remove this fallback upon solving the root cause
11051106
* Fallback to ensure the datetime becomes ready even if
11061107
* IntersectionObserver never reports it as intersecting.
11071108
*
@@ -1167,7 +1168,8 @@ export class Datetime implements ComponentInterface {
11671168
raf(() => visibleIO?.observe(intersectionTrackerRef!));
11681169

11691170
/**
1170-
* Fallback: If IntersectionObserver never reports that the
1171+
* TODO(FW-6931): Remove this fallback upon solving the root cause
1172+
* Fallback: If IntersectionObserver never reports that the
11711173
* datetime is visible but the host clearly has layout, ensure
11721174
* we still initialize listeners and mark the component as ready.
11731175
*

0 commit comments

Comments
 (0)