diff --git a/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx b/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx index 4680b419ad..dd3cbb73c6 100644 --- a/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx +++ b/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx @@ -48,7 +48,7 @@ export const LeftSidebarDebugger = ({ darkMode, components, errors }) => { }) }) - const newData = [...copy, ...errorData] + const newData = [...errorData, ...copy] return newData })