MCPcopy Create free account

hub / github.com/redux-form/redux-form / functions

Functions474 in github.com/redux-form/redux-form

Methodrender
()
src/__tests__/FieldArray.spec.js:139
Methodrender
()
src/__tests__/FormName.spec.js:42
Methodrender
()
src/__tests__/reduxForm.spec.js:60
Methodrender
()
src/__tests__/reduxForm.spec.js:123
Methodrender
()
src/__tests__/FormSection.spec.js:47
FunctionrenderFields
({ foo, bar })
src/__tests__/Fields.spec.js:959
Functionrequired
src/__tests__/generateValidator.spec.js:9
Functionrequired
src/__tests__/reduxForm.spec.js:4069
MethodshouldComponentUpdate
(nextProps: PropsWithContext)
src/createReduxForm.js:489
MethodshouldComponentUpdate
(nextProps: Props, nextState?: Object)
src/createField.js:41
MethodshouldComponentUpdate
(nextProps: Props)
src/ConnectedFields.js:60
MethodshouldComponentUpdate
(nextProps: Props)
src/ConnectedField.js:59
MethodshouldComponentUpdate
(nextProps: Props)
src/createFields.js:63
MethodshouldComponentUpdate
(nextProps: Props)
src/ConnectedFieldArray.js:36
FunctionshouldDeleteDefault
src/deleteInWithCleanUp.js:12
FunctionshouldValidate
({ values, nextProps, props, initialRender, structure })
src/__tests__/reduxForm.spec.js:3360
FunctiontoBeAList
(actual: any)
src/structure/immutable/__tests__/expectations.js:25
FunctiontoBeAList
(actual: any)
src/structure/plain/__tests__/expectations.js:13
FunctiontoBeAMap
(actual: any)
src/structure/immutable/__tests__/expectations.js:17
FunctiontoBeAMap
(actual: any)
src/structure/plain/__tests__/expectations.js:5
MethodtoBeCalled
()
flow-typed/npm/jest_v25.x.x.js:692
MethodtoBeCalledTimes
(number: number)
flow-typed/npm/jest_v25.x.x.js:698
MethodtoBeCalledWith
* Use .toBeCalledWith to ensure that a mock function was called with * specific arguments.
flow-typed/npm/jest_v25.x.x.js:621
MethodtoBeCloseTo
* Using exact equality with floating point numbers is a bad idea. Rounding * means that intuitive things fail.
flow-typed/npm/jest_v25.x.x.js:626
MethodtoBeDefined
* Use .toBeDefined to check that a variable is not undefined.
flow-typed/npm/jest_v25.x.x.js:630
MethodtoBeGreaterThan
* To compare floating point numbers, you can use toBeGreaterThan.
flow-typed/npm/jest_v25.x.x.js:639
MethodtoBeGreaterThanOrEqual
* To compare floating point numbers, you can use toBeGreaterThanOrEqual.
flow-typed/npm/jest_v25.x.x.js:643
MethodtoBeLessThan
* To compare floating point numbers, you can use toBeLessThan.
flow-typed/npm/jest_v25.x.x.js:647
MethodtoBeLessThanOrEqual
* To compare floating point numbers, you can use toBeLessThanOrEqual.
flow-typed/npm/jest_v25.x.x.js:651
MethodtoBeNull
* .toBeNull() is the same as .toBe(null) but the error messages are a bit * nicer.
flow-typed/npm/jest_v25.x.x.js:661
FunctiontoBeSize
(actual: any, size: number)
src/structure/immutable/__tests__/expectations.js:33
FunctiontoBeSize
(actual: any, size: number)
src/structure/plain/__tests__/expectations.js:21
MethodtoContain
* Use .toContain when you want to check that an item is in a list. For * testing the items in the list, this uses ===, a strict equality check.
flow-typed/npm/jest_v25.x.x.js:675
MethodtoContainEqual
* Use .toContainEqual when you want to check that an item is in a list. For * testing the items in the list, this matcher recursively checks the
flow-typed/npm/jest_v25.x.x.js:681
FunctiontoContainExactly
(actual: any[], expected: any[])
src/structure/immutable/__tests__/expectations.js:55
FunctiontoContainExactly
(actual: any, expected: any[])
src/structure/plain/__tests__/expectations.js:43
FunctiontoEqualMap
(actual: any, expected: Object)
src/structure/immutable/__tests__/expectations.js:41
FunctiontoEqualMap
(actual: any, expected: Object)
src/structure/plain/__tests__/expectations.js:29
MethodtoHaveBeenLastCalledWith
* Use .toHaveBeenLastCalledWith to ensure that a mock function was last called * with specific arguments.
flow-typed/npm/jest_v25.x.x.js:739
MethodtoHaveBeenNthCalledWith
*
flow-typed/npm/jest_v25.x.x.js:702
MethodtoHaveLastReturnedWith
*
flow-typed/npm/jest_v25.x.x.js:722
MethodtoHaveLength
* Check that an object has a .length property and it is set to a certain * numeric value.
flow-typed/npm/jest_v25.x.x.js:745
MethodtoHaveNthReturnedWith
*
flow-typed/npm/jest_v25.x.x.js:727
MethodtoHaveProperty
*
flow-typed/npm/jest_v25.x.x.js:749
MethodtoHaveReturned
*
flow-typed/npm/jest_v25.x.x.js:707
MethodtoHaveReturnedTimes
*
flow-typed/npm/jest_v25.x.x.js:712
MethodtoHaveReturnedWith
*
flow-typed/npm/jest_v25.x.x.js:717
MethodtoMatch
* Use .toMatch to check that a string matches a regular expression or string.
flow-typed/npm/jest_v25.x.x.js:753
MethodtoMatchInlineSnapshot
(snapshot?: string)
flow-typed/npm/jest_v25.x.x.js:771
MethodtoMatchObject
* Use .toMatchObject to check that a javascript object matches a subset of the properties of an object.
flow-typed/npm/jest_v25.x.x.js:757
MethodtoMatchSnapshot
* This ensures that an Object matches the most recent snapshot.
flow-typed/npm/jest_v25.x.x.js:765
MethodtoReturn
()
flow-typed/npm/jest_v25.x.x.js:708
MethodtoReturnTimes
(number: number)
flow-typed/npm/jest_v25.x.x.js:713
MethodtoReturnWith
(value: any)
flow-typed/npm/jest_v25.x.x.js:718
MethodtoStrictEqual
* Use .toStrictEqual to check that a javascript object matches a subset of the properties of an object.
flow-typed/npm/jest_v25.x.x.js:761
MethodtoThrowError
(message?: string | Error | Class<Error> | RegExp)
flow-typed/npm/jest_v25.x.x.js:782
MethodtoThrowErrorMatchingInlineSnapshot
(snapshot?: string)
flow-typed/npm/jest_v25.x.x.js:788
MethodtoThrowErrorMatchingSnapshot
* Use .toThrowErrorMatchingSnapshot to test that a function throws a error * matching the most recent snapshot when it is called.
flow-typed/npm/jest_v25.x.x.js:787
Methodvalid
()
src/createReduxForm.js:1047
Functionvalidate
()
src/__tests__/Field.spec.js:592
Functionvalidate
()
src/__tests__/Fields.spec.js:516
Functionvalidate
()
src/__tests__/FieldArray.spec.js:662
Functionvalidate
src/__tests__/reduxForm.spec.js:5291
FunctionvalidateComponentProp
( props: Object, propName: string, componentName: string )
src/util/validateComponentProp.js:4
Functionvalidation
src/__tests__/deleteInWithCleanUp.spec.js:150
Methodvalue
()
src/createField.js:92
Methodvalue
()
src/createFieldArray.js:80
Methodvalue
()
src/ConnectedFieldArray.js:85
Methodvalues
()
src/createReduxForm.js:1063
Methodvalues
()
src/createFields.js:125
Functionwarn
()
src/__tests__/Fields.spec.js:593
Functionwarn
()
src/__tests__/FieldArray.spec.js:715
FunctionwithProps
(value, values, props)
src/__tests__/generateValidator.spec.js:12
MethodwrappedInstance
()
src/createReduxForm.js:1072
← previous401–474 of 474, ranked by callers