The React.lazy import was expecting a default export, but the component was only exported as a named export (NewDashboardPage). This caused the error: "can't convert item to string" Added default export while keeping the named export for compatibility.