heap / react-native-heap

A React Native integration for Heap
MIT License
81 stars 36 forks source link

Cannot read property 'routes' of undefined #429

Open jdicami opened 3 months ago

jdicami commented 3 months ago

Encountering an error with the following deps

"@heap/react-native-heap": "^0.22.8" "@react-navigation/native": "^6.1.7" "react-native": "0.72.7"

Heap: Navigation event capture failed with an error. {"message": "Cannot read property 'routes' of undefined", "name": "TypeError", "stack": "TypeError: Cannot read property 'routes' of undefined

austin-corwin commented 1 month ago

Seeing the same issue here with almost same deps:

"@heap/react-native-heap": "^0.22.8" "@react-navigation/native": "^6.1.7" "react-native": "0.73.6"