reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

Eliminate undefined offset notice by checking for array key. #183

Closed erickyle closed 3 years ago

erickyle commented 3 years ago

Just adding a simple check to make sure the array key exists before checking if it is an array to avoid the potential of a notice being generated.