Skip to content

Commit

Permalink
Export ActionMenu/index for backward compatibility with #3713 (#3740)
Browse files Browse the repository at this point in the history
* add ActionMenu/index.ts to rollup entrypoint

* add PR link to commment
  • Loading branch information
siddharthkp authored Sep 13, 2023
1 parent b90e547 commit 4320eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const input = new Set([

// "./lib-esm/utils/*"
'src/utils/*',

// for backward compatbility, see https://github.com/primer/react/pull/3740
'src/ActionMenu/index.ts',
],
{
cwd: __dirname,
Expand Down

0 comments on commit 4320eb1

Please sign in to comment.