Open abakumov-v opened 6 years ago
There is probably something wrong with the way you are rendering the components themselves. If you want to post a codesandbox to replicate the issue that would help as I am unable to using multiple AvFields
.
Hello! Thank you, I will post code to some sandbox later)
@abakumov-v We have the same issue, did you find a solution?
Hello!
When I'm try using multiple
AvField
in the sameAvForm
, I'm get an error:This is my code: 1)
IncomeOperationItem.js
- this is a parent for componentsPursesSelector
,OperationAmountInput
andIncomeItemsSelector
(where I'm using Availity components):2)
PursesSelector.js
:3)
OperationAmountInput.js
4)
IncomeItemsSelector.js
If I remove
AvField
in one of the 3 components (PursesSelector
,IncomeItemSelector
orOperationAmountInput
) then no errors occured. As soon as I add the 3rdAvField
again, the browser tab starts to hang, and the error appears in the developer toolbar.My
package.json
is:What I do wrong with Av*** components?