react-native-windows 0.73.7 → 0.73.9

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.
@@ -337,7 +337,9 @@ void UISchedulerWinRT<TDispatcherTraits>::Shutdown() noexcept {
337
337
  template <typename TDispatcherTraits>
338
338
  void UISchedulerWinRT<TDispatcherTraits>::AwaitTermination() noexcept {
339
339
  Shutdown();
340
- m_terminationEvent.Wait();
340
+ if (m_threadId != std::this_thread::get_id()) {
341
+ m_terminationEvent.Wait();
342
+ }
341
343
  }
342
344
 
343
345
  template <typename TDispatcherTraits>
@@ -411,7 +413,7 @@ void UISchedulerWinRT<TDispatcherTraits>::CleanupContext::CheckTermination() noe
411
413
  }
412
414
 
413
415
  //=============================================================================
414
- // DispatchQueueStatic::MakeCurrentThreadUIScheduler implementation
416
+ // DispatchQueueStatic::GetCurrentUIThreadQueue implementation
415
417
  //=============================================================================
416
418
 
417
419
  DispatchQueue DispatchQueueStatic::GetCurrentUIThreadQueue() noexcept {
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.73.7</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.73.9</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>73</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>7</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>9</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>0be6cf505a64a04152fa05d147f7a0210c29a57e</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>531c3b28f349c38330c14f5b2da958be77654ecd</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -274,8 +274,6 @@
274
274
  <ClCompile Include="$(MSBuildThisFileDirectory)Networking\DefaultBlobResource.cpp">
275
275
  <Filter>Source Files\Networking</Filter>
276
276
  </ClCompile>
277
- <ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\Fabric\platform\react\renderer\components\view\HostPlatformViewProps.cpp" />
278
- <ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\Fabric\platform\react\renderer\components\view\HostPlatformViewEventEmitter.cpp" />
279
277
  <ClCompile Include="$(MSBuildThisFileDirectory)Modules\BlobCollector.cpp">
280
278
  <Filter>Source Files\Modules</Filter>
281
279
  </ClCompile>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.73.7",
3
+ "version": "0.73.9",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",