From 503426b8e4cb6ab74b3e382d0e09324166f03a82 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Wed, 13 Sep 2023 16:16:54 +0200 Subject: [PATCH] add PR link to commment --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 833ec42b37b..2689076a07d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -36,7 +36,7 @@ const input = new Set([ // "./lib-esm/utils/*" 'src/utils/*', - // for backward compatbility, see + // for backward compatbility, see https://github.com/primer/react/pull/3740 'src/ActionMenu/index.ts', ], {