MCPcopy Create free account

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

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

↓ 1 callersFunctiongetSyncError
(syncErrors: Object, name: string)
src/ConnectedFields.js:18
↓ 1 callersFunctiongetSyncError
(syncErrors: Object, name: string)
src/ConnectedField.js:42
↓ 1 callersFunctiongetSyncError
(syncErrors: Object, name: string)
src/ConnectedFieldArray.js:18
↓ 1 callersFunctiongetSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedFields.js:24
↓ 1 callersFunctiongetSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedField.js:49
↓ 1 callersFunctiongetSyncWarning
(syncWarnings: Object, name: string)
src/ConnectedFieldArray.js:25
↓ 1 callersFunctionisClassComponent
(Component: ?any)
src/createReduxForm.js:33
↓ 1 callersMethodisDirty
()
src/ConnectedFields.js:77
↓ 1 callersFunctionisReduxFormAction
src/createReducer.js:59
↓ 1 callersFunctionmakeStore
src/__tests__/values.spec.js:18
↓ 1 callersFunctionmakeStore
src/__tests__/formValues.spec.js:22
↓ 1 callersFunctionmakeStore
(initial = {}, logger)
src/__tests__/FormName.spec.js:20
↓ 1 callersFunctionmergeErrors
({ asyncErrors, syncErrors })
src/handleSubmit.js:7
↓ 1 callersFunctionmergeLists
(originalList, value)
src/structure/immutable/setIn.js:10
↓ 1 callersFunctionprocessProps
( type: ?string, props: InputProps, _value: any, deepEqual: Function )
src/createFieldProps.js:42
↓ 1 callersFunctionrejectPromiseWith
src/__tests__/reduxForm.spec.js:2577
↓ 1 callersMethodrender
()
src/__tests__/Field.spec.js:38
↓ 1 callersFunctionrenderAndFindComponent
(TheComponent, store)
src/__tests__/reduxForm.spec.js:2579
↓ 1 callersFunctionrun
()
scripts/patch-immutable-flow-error.js:11
↓ 1 callersMethodsetComponent
()
src/createFormValues.js:77
↓ 1 callersFunctionsetInWithPath
( state: Object | Array<any>, value: any, path: string[], pathIndex: number )
src/structure/plain/setIn.js:4
↓ 1 callersFunctionshouldDelete
({ getIn })
src/createReducer.js:45
↓ 1 callersFunctionshouldError
src/__tests__/reduxForm.spec.js:4429
↓ 1 callersFunctionshouldWarn
src/__tests__/reduxForm.spec.js:4571
↓ 1 callersFunctiontoArray
(value: any)
src/createFieldArray.js:15
↓ 1 callersFunctiontoArray
src/generateValidator.js:7
↓ 1 callersMethodtoBeUndefined
* Use .toBeUndefined to check that a variable is undefined.
flow-typed/npm/jest_v25.x.x.js:670
↓ 1 callersFunctionundefinedArrayMerge
(previous, next)
src/structure/immutable/setIn.js:8
↓ 1 callersFunctionvalidate
src/__tests__/Form.spec.js:230
↓ 1 callersFunctionwarn
()
src/__tests__/Field.spec.js:626
↓ 1 callersFunctionwithName
src/__tests__/generateValidator.spec.js:14
↓ 1 callersFunctionwrappedInProvider
(TheComponent, store)
src/__tests__/reduxForm.spec.js:2571
FunctionComponent
src/__tests__/reduxFormContext.spec.js:7
FunctionForm
()
src/__tests__/reduxForm.spec.js:114
FunctionFormName
({ children, _reduxForm }: PropsWithContext)
src/FormName.js:12
MethodUNSAFE_componentWillReceiveProps
(nextProps: PropsWithContext)
src/createReduxForm.js:475
MethodUNSAFE_componentWillReceiveProps
(nextProps: Props)
src/ConnectedFields.js:49
MethodUNSAFE_componentWillReceiveProps
(props)
src/createFormValues.js:30
MethodUNSAFE_componentWillReceiveProps
(nextProps: Props)
src/createFields.js:71
FunctionUsernamePasswordForm
()
src/__tests__/reduxForm.spec.js:2547
Function[ARRAY_INSERT]
( state, { meta: { field, index }, payload } )
src/createReducer.js:143
Function[ARRAY_MOVE]
( state, { meta: { field, from, to } } )
src/createReducer.js:152
Function[ARRAY_POP]
( state, { meta: { field } } )
src/createReducer.js:177
Function[ARRAY_PUSH]
( state, { meta: { field }, payload } )
src/createReducer.js:187
Function[ARRAY_REMOVE]
( state, { meta: { field, index } } )
src/createReducer.js:198
Function[ARRAY_REMOVE_ALL]
( state, { meta: { field } } )
src/createReducer.js:206
Function[ARRAY_SHIFT]
( state, { meta: { field } } )
src/createReducer.js:216
Function[ARRAY_SPLICE]
( state, { meta: { field, index, removeNum }, payload } )
src/createReducer.js:224
Function[ARRAY_SWAP]
( state, { meta: { field, indexA, indexB } } )
src/createReducer.js:233
Function[ARRAY_UNSHIFT]
( state, { meta: { field }, payload } )
src/createReducer.js:250
Function[AUTOFILL]
( state, { meta: { field }, payload } )
src/createReducer.js:259
Function[BLUR]
( state, { meta: { field, touch }, payload } )
src/createReducer.js:273
Function[CHANGE]
( state, { meta: { field, touch, persistentSubmitErrors }, payload } )
src/createReducer.js:297
Function[CLEAR_ASYNC_ERROR]
( state, { meta: { field } } )
src/createReducer.js:338
Function[CLEAR_FIELDS]
( state, { meta: { keepTouched, persistentSubmitErrors, fields } } )
src/createReducer.js:346
Function[CLEAR_SUBMIT]
(state)
src/createReducer.js:329
Function[CLEAR_SUBMIT_ERRORS]
(state)
src/createReducer.js:332
Function[FOCUS]
( state, { meta: { field } } )
src/createReducer.js:375
Function[INITIALIZE]
( state, { payload, meta: { keepDirty, keepSubmitSucceeded,
src/createReducer.js:389
Function[REGISTER_FIELD]
( state, { payload: { name, type } } )
src/createReducer.js:511
Function[RESET]
(state)
src/createReducer.js:527
Function[RESET_SECTION]
( state, { meta: { sections } } )
src/createReducer.js:540
Function[SET_SUBMIT_FAILED]
( state, { meta: { fields } } )
src/createReducer.js:623
Function[SET_SUBMIT_SUCCEEDED]
(state)
src/createReducer.js:641
Function[START_ASYNC_VALIDATION]
( state, { meta: { field } } )
src/createReducer.js:571
Function[START_SUBMIT]
(state)
src/createReducer.js:579
Function[STOP_ASYNC_VALIDATION]
(state, { payload })
src/createReducer.js:582
Function[STOP_SUBMIT]
(state, { payload })
src/createReducer.js:599
Function[SUBMIT]
(state)
src/createReducer.js:568
Function[TOUCH]
( state, { meta: { fields } } )
src/createReducer.js:647
Function[UNREGISTER_FIELD]
( state, { payload: { name, destroyOnUnmount } } )
src/createReducer.js:660
Function[UNTOUCH]
( state, { meta: { fields } } )
src/createReducer.js:706
Function[UPDATE_SYNC_ERRORS]
( state, { payload: { syncErrors, error } } )
src/createReducer.js:724
Function[UPDATE_SYNC_WARNINGS]
( state, { payload: { syncWarnings, warning } } )
src/createReducer.js:745
FunctionboundBlur
(field, value)
src/createReduxForm.js:990
FunctionboundChange
(field, value)
src/createReduxForm.js:992
FunctionchangeNames
()
src/__tests__/Fields.spec.js:1722
FunctioncomponentDidMount
()
src/Form.js:21
MethodcomponentDidMount
()
src/createReduxForm.js:512
MethodcomponentDidMount
()
src/createField.js:32
MethodcomponentDidMount
()
src/createFieldArray.js:43
MethodcomponentDidMount
()
src/createFields.js:67
MethodcomponentDidMount
()
src/__tests__/reduxForm.spec.js:806
FunctioncomponentDidUpdate
(prevProps: Props)
src/Form.js:25
MethodcomponentDidUpdate
(prevProps: Props)
src/createField.js:45
MethodcomponentDidUpdate
(prevProps: Props)
src/createFieldArray.js:52
MethodcomponentWillUnmount
()
src/createReduxForm.js:526
MethodcomponentWillUnmount
()
src/createField.js:67
MethodcomponentWillUnmount
()
src/createFieldArray.js:64
MethodcomponentWillUnmount
()
src/createFields.js:82
Functionconstructor
(props: PropsWithContext)
src/Form.js:14
Functionconstructor
()
src/__tests__/Field.spec.js:2189
Functionconstructor
(props)
src/__tests__/Fields.spec.js:1717
Methodconstructor
(...args)
src/createReduxForm.js:310
Methodconstructor
(props: Props)
src/createField.js:25
Methodconstructor
(errors: Object)
src/SubmissionError.js:11
Methodconstructor
(props: Props)
src/ConnectedFields.js:37
Methodconstructor
(props: Props)
src/createFieldArray.js:36
Methodconstructor
(props: Object)
src/createFormValues.js:20
Methodconstructor
(props: Props)
src/createFields.js:52
← previousnext →201–300 of 474, ranked by callers