stefalda / react-localization

Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module.
MIT License
373 stars 58 forks source link

fix:cannot convert undefined value to object #140

Open acelyavul opened 3 weeks ago

acelyavul commented 3 weeks ago

if passed value is undefined, it throws a render error named "cannot convert undefined value to object", this code fixes