37 matches across 1 files for TODO path:packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js
snippet_mode: auto · sorted by relevance
packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js JAVASCRIPT 37 matches · showing 5 view file →
192 multiple?: boolean,
193 type?: string,
194 src?: string | Blob | MediaSource | MediaStream, // TODO: Response
195 srcSet?: string,
196 loading?: 'eager' | 'lazy',
· · ·
488 const lower = scriptType.toLowerCase();
489 // Special non-MIME keywords recognized by the HTML spec
490 // TODO: May be fine to also not warn about having these types be parsed as "parser-inserted"
491 if (
492 lower === 'module' ||
· · ·
541 let hostContextProd: HostContextProd;
542 if (__DEV__) {
543 // TODO: take namespace into account when validating.
544 const hostContextDev: HostContextDev = hostContext as any;
545 validateDOMNesting(type, hostContextDev.ancestorInfo);
· · ·
678 if (!didWarnForClone) {
679 didWarnForClone = true;
680 // TODO: Once we have the ability to avoid cloning the root, suggest an absolutely
681 // positioned ViewTransition instead as the solution.
682 console.warn(
· · ·
875 ? callback =>
876 localPromise.resolve(null).then(callback).catch(handleErrorInNextTick)
877 : scheduleTimeout; // TODO: Determine the best fallback here.
878
879function handleErrorInNextTick(error: any) {
+ 32 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.