FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

Warning: Cannot update a component from inside the function body of a different component #141

Open cetrivinom opened 3 years ago

cetrivinom commented 3 years ago

I have updated my react version, I am having this message warning when any value in giftedform is updated, in my case I am using redux to update the values

<GiftedForm.RowValueWidget name='sId' value={this.props.s} />

"react": "^16.13.1",
"react-native": "^0.63.2",