Skip to content

Commit

Permalink
Storybook: Use manager-api instead of addons package (#67578)
Browse files Browse the repository at this point in the history
Co-authored-by: tyxla <[email protected]>
Co-authored-by: ciampo <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent e44e110 commit e6f7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { addons } from '@storybook/addons';
import { addons } from '@storybook/manager-api';

/**
* Internal dependencies
Expand Down

1 comment on commit e6f7b4f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in e6f7b4f.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12176541101
📝 Reported issues:

Please sign in to comment.