+ {saveMut.error.message} +
+ )} + {deleteMut.isError && ( ++ {deleteMut.error.message} +
+ )} +{children}
+ ), + ul: ({ children }: { children?: React.ReactNode }) => ( ++ {children} ++ ), + code: ({ + className, + children, + }: { + className?: string; + children?: React.ReactNode; + }) => { + const text = Children.toArray(children) + .filter((c): c is string => typeof c === "string") + .join(""); + const isBlock = className?.startsWith("language-") || text.includes("\n"); + return ( +
+ {children}
+
+ );
+ },
+ pre: ({ children }: { children?: React.ReactNode }) => (
+
+ {children}
+
+ ),
+ hr: () => | + {r.name} + | ++ {r.value} + | +
+ {content}
+
+ ) : (
+
+ {cell.value ?? ""}
+
+ + {notebook.description || " "} +
+{error}
+ )} +