From e3bf22b135971974e31a8dcc1f999d5a28189e42 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:13:51 +0100 Subject: [PATCH] fix(web-storage): fix build errors when targeting RNW canaries --- .changeset/real-stingrays-jam.md | 5 +++++ .../web-storage/windows/NuGet.Config | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .changeset/real-stingrays-jam.md create mode 100644 incubator/@react-native-webapis/web-storage/windows/NuGet.Config diff --git a/.changeset/real-stingrays-jam.md b/.changeset/real-stingrays-jam.md new file mode 100644 index 0000000000..46b61fd2b8 --- /dev/null +++ b/.changeset/real-stingrays-jam.md @@ -0,0 +1,5 @@ +--- +"@react-native-webapis/web-storage": patch +--- + +Fixed build errors when targeting canary builds of `react-native-windows` diff --git a/incubator/@react-native-webapis/web-storage/windows/NuGet.Config b/incubator/@react-native-webapis/web-storage/windows/NuGet.Config new file mode 100644 index 0000000000..f580b4c44c --- /dev/null +++ b/incubator/@react-native-webapis/web-storage/windows/NuGet.Config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +