We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae8c13 commit 7a5e4b1Copy full SHA for 7a5e4b1
1 file changed
packages/editor/src/components/document-bar/index.js
@@ -32,7 +32,7 @@ import usePageTypeBadge from '../../utils/pageTypeBadge';
32
33
/** @typedef {import("@wordpress/components").IconType} IconType */
34
35
-const MotionButton = motion( Button );
+const MotionButton = motion.create( Button );
36
37
/**
38
* This component renders a navigation bar at the top of the editor. It displays the title of the current document,
0 commit comments