You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is located at:
in App
in RCTView (at View.js:32)
in View (at AppContainer.js:92)
in RCTView (at View.js:32)
in View (at AppContainer.js:119)
in AppContainer (at renderApplication.js:43)
in test(RootComponent) (at renderApplication.js:60), js engine: hermes
Anyone met this problem and how to solve it ?
The text was updated successfully, but these errors were encountered:
I manually changed something in the tracker.js like set status value to url which used the "location" (where the errors come from), then it changed to 'document' is not exist. so I did try to previous version, the previous versions are all the same like this version ? Any solution and any one how to use it successfully ?
Versions
react-native: 0.66
plausible-tracker: 0.3.8
Describe the bug
When I call the function "trackEvent" and "trackPageview", android and ios will show the error like below:
ERROR ReferenceError: Property 'location' doesn't exist
This error is located at:
in App
in RCTView (at View.js:32)
in View (at AppContainer.js:92)
in RCTView (at View.js:32)
in View (at AppContainer.js:119)
in AppContainer (at renderApplication.js:43)
in test(RootComponent) (at renderApplication.js:60), js engine: hermes
Anyone met this problem and how to solve it ?
The text was updated successfully, but these errors were encountered: