There was an error while loading. Please reload this page.
1 parent 26f3703 commit 0979814Copy full SHA for 0979814
packages/app/src/app/race/_components/race/code.tsx
@@ -4,7 +4,7 @@ import React from "react";
4
type CodeProps = {
5
code: string;
6
input: string;
7
- preRef: React.MutableRefObject<HTMLPreElement | null>;
+ preRef?: React.MutableRefObject<HTMLPreElement | null>;
8
};
9
10
export default function Code({ code, input, preRef }: CodeProps) {
0 commit comments