Closed evelant closed 1 year ago
If ref.current is not set then react-native-popover-view throws an error. This results in a lot of noise in error tracking such as Sentry or Bugsnag.
ref.current
This commit prevents the spurious errors from being thrown.
Oops, I need to fix this, it can cause a hang in some cases
If
ref.current
is not set then react-native-popover-view throws an error. This results in a lot of noise in error tracking such as Sentry or Bugsnag.This commit prevents the spurious errors from being thrown.