Skip to content

Commit 4320eb1

Browse files
authored
Export ActionMenu/index for backward compatibility with #3713 (#3740)
* add ActionMenu/index.ts to rollup entrypoint * add PR link to commment
1 parent b90e547 commit 4320eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rollup.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ const input = new Set([
3535

3636
// "./lib-esm/utils/*"
3737
'src/utils/*',
38+
39+
// for backward compatbility, see https://github.com/primer/react/pull/3740
40+
'src/ActionMenu/index.ts',
3841
],
3942
{
4043
cwd: __dirname,

0 commit comments

Comments
 (0)