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