@microsoft/applicationinsights-react-js 18.3.7-nightly.2503-07 → 19.3.6-nightly.2503-09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Plugin, 18.3.7-nightly.2503-07
2
+ * Application Insights JavaScript SDK - React Plugin, 19.3.6-nightly.2503-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3569,7 +3569,7 @@
3569
3569
  idleCount: 0,
3570
3570
  idleTimeout: 5000
3571
3571
  });
3572
- var savedCallback = React.useRef();
3572
+ var savedCallback = React.useRef(null);
3573
3573
  var callback = function () {
3574
3574
  var trackedData = tracking.current;
3575
3575
  if (trackedData.lastActiveTimestamp > 0 &&