ReactNativeLocalization icon indicating copy to clipboard operation
ReactNativeLocalization copied to clipboard

TypeError: undefined is not an object (evaluating 'valuesForPlaceholders[0][matchedKey]')

Open yogendrajs opened this issue 3 years ago • 2 comments

I've been using 'react-native-localization' with the following configuration in package.json file -

"react-native": "0.64.2",
"react-native-localization": "^2.1.7"

but keep getting this error. A screenshot from the emulator has been attached. Let me know if anyone faces a similar issue & has found a workaround to get it through.

Screenshot 2021-09-08 at 7 16 30 PM

Possible Callstack here-

Screenshot 2021-09-08 at 7 20 48 PM

yogendrajs avatar Sep 08 '21 13:09 yogendrajs

Same case here

allanzi avatar Sep 23 '21 23:09 allanzi

After debug here, I was call the formatString and passing undefined in second param

allanzi avatar Sep 23 '21 23:09 allanzi