From 269edb88b28b7394335fb504d9924acd35d4ef38 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 11 Feb 2024 03:19:30 +0000 Subject: [PATCH] Add jsx-runtime.react-server.js to file allowlist (#28301) https://github.com/facebook/react/pull/28217 doesn't work without this since it's not included in the files list. See https://github.com/dai-shi/waku/pull/467#issuecomment-1936965080. This should fix that. --- packages/react/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/package.json b/packages/react/package.json index 049e457704d4e..76c26a1d81664 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -15,6 +15,7 @@ "cjs/", "umd/", "jsx-runtime.js", + "jsx-runtime.react-server.js", "jsx-dev-runtime.js", "react.react-server.js" ],