hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
1.01k stars 173 forks source link

FIx useEffect infinite loop #304

Open Rythinx opened 1 month ago

Rythinx commented 1 month ago

For some reason, when you put an empty array for the data it starts an infinite rendering loop. I made a quick fix to stop the rendering when the data is an empty array.