149 matches across 1 files for error lang:JavaScript path:packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js
snippet_mode: grep · sorted by relevance
packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js JAVASCRIPT 149 matches · showing 5 view file →
467 if (onHeaders && typeof maxHeadersLength === 'number') {
468 if (maxHeadersLength <= 0) {
469 console.error(
470 'React expected a positive non-zero `maxHeadersLength` option but found %s instead. When using the `onHeaders` option you may supply an optional `maxHeadersLength` option as well however, when setting this value to zero or less no headers will be captured.',
471 maxHeadersLength === 0 ? 'zero' : maxHeadersLength,
· · ·
1271): void {
1272 if (typeof style !== 'object') {
1273 throw new Error(
1274 'The `style` prop expects a mapping from style properties to values, ' +
1275 "not a string. For example, style={{marginRight: spacing + 'em'}} when " +
· · ·
1391 escapeTextForBrowser(
1392 // eslint-disable-next-line no-script-url
1393 "javascript:throw new Error('React form unexpectedly submitted.')",
1394 ),
1395);
· · ·
1422function validateAdditionalFormField(value: string | File, key: string): void {
1423 if (typeof value !== 'string') {
1424 throw new Error(
1425 'File/Blob fields are not yet supported in progressive forms. ' +
1426 'Will fallback to client hydration.',
· · ·
1459 // work there.
1460 if (__DEV__) {
1461 // TODO: Should this be some kind of recoverable error?
1462 console.error(
1463 'Failed to serialize an action for progressive enhancement:\n%s',
+ 144 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.