jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

render() function is called infinite times when adding a value #28

Closed shashuec closed 5 years ago

shashuec commented 7 years ago

I am seeing that the render function is called infinite times when a value is added.

shashuec commented 7 years ago

I found out the reason. commenting code //this.setState({ inputWidth: this.wrapperWidth }); inside method measureWrapper stopped the infinite loop.