Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Feb 29, 2024
1 parent 4350bfb commit af1ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/react-example/src/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TextArea = ({ onChange }: { onChange: (v: string) => void }) => {
const vRef = ref("");

export function Example() {
const [v, setV] = useState<K>("m");
const [v, setV] = useState<K>("b");

const reactRoot = useRef<HTMLDivElement>(null);

Expand Down

0 comments on commit af1ed06

Please sign in to comment.