703 hasHtml: false,
704
705▶ // @TODO add bootstrap script to implicit preloads
706
707 // persistent
· · ·
1166 // Because this is a side-effect in render, we should ideally call pushViewTransitionAttributes
1167 // after we've suspended (like forms do), so that we don't increment each attempt.
1168▶ // TODO: Make this deterministic.
1169 viewTransition.nameIdx++;
1170 }
· · ·
1228 styleValue === ''
1229 ) {
1230▶ // TODO: We used to set empty string as a style with an empty value. Does that ever make sense?
1231 continue;
1232 }
· · ·
1313
1314function makeFormFieldPrefix(resumableState: ResumableState): string {
1315▶ // TODO: Make this deterministic.
1316 const id = resumableState.nextFormID++;
1317 return resumableState.idPrefix + id;
· · ·
1391 // work there.
1392 if (__DEV__) {
1393▶ // TODO: Should this be some kind of recoverable error?
1394 console.error(
1395 'Failed to serialize an action for progressive enhancement:\n%s',
+ 18 more matches in this file