Expo sdk 48 issue TypeError: undefined is not an object (evaluating ‘segments[0][1]’)
TankPOOJA opened this issue · 5 comments
TankPOOJA commented
TankPOOJA commented
any solution?
arancauchi commented
Thanks for the issue @TankPOOJA, is there any way your could create a basic reproduction repro for this and send it over?
I can't seem to replicate this issue.
JiriHoffmann commented
Ran into the same issue. I believe the root cause of it is when LineChart.Provider
is provided with an empty array for the data
prop.
An empty string is passed to parse
from react-native-redash
causing it to error out.
gerryfletch commented
Yeah, empty data
prop was the cause for me. Thanks @JiriHoffmann
honeybadger26 commented
Hi @TankPOOJA. Were you able to resolve this issue by setting a non-empty data
prop?