We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11eea7 commit 685b915Copy full SHA for 685b915
app/sidebar.tsx
@@ -26,7 +26,7 @@ export function Sidebar() {
26
{ id: "python-9", title: "9. ジェネレータとデコレータ" },
27
];
28
29
- if (error) return console.error(error)
+ if (error) console.error("Sidebar fetch error:", error)
30
if (isLoading) return (
31
<div className="bg-base-200 min-h-full w-80 p-4">
32
<h2 className="hidden text-xl font-bold mb-4">
0 commit comments