react-native-windows 0.0.0-canary.444 → 0.0.0-canary.445

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.
@@ -530,7 +530,7 @@ UIManager::UIManager() : m_module(std::make_shared<UIManagerModule>()) {}
530
530
  UIManager::~UIManager() {
531
531
  // To make sure that we destroy UI components in UI thread.
532
532
  if (!m_context.UIDispatcher().HasThreadAccess()) {
533
- m_context.UIDispatcher().Post([module = std::move(m_module)]() {});
533
+ m_context.UIDispatcher().Post([module = std::move(m_module)]() mutable { module = nullptr; });
534
534
  }
535
535
  }
536
536
 
@@ -10,7 +10,7 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.0.0-canary.444</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.0.0-canary.445</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>0</ReactNativeWindowsMinor>
16
16
  <ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.0.0-canary.444",
3
+ "version": "0.0.0-canary.445",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",