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
I've bumped into this issue when using react-native-windows.
After a clean project install, I get this error from Sender.ts as I try to run it.
TypeError: _this._shutdownStatsbeat is not a function
After some digging, I found out that the shutdownStatsbeat parameter is optional, however, there is a case when this callback gets called without a check if it exists or not.
This issue needs to be fixed in this repo.
The text was updated successfully, but these errors were encountered:
I've bumped into this issue when using
react-native-windows
.After a clean project install, I get this error from
Sender.ts
as I try to run it.After some digging, I found out that the
shutdownStatsbeat
parameter is optional, however, there is a case when this callback gets called without a check if it exists or not.This issue needs to be fixed in this repo.
The text was updated successfully, but these errors were encountered: