Skip to content

Commit

Permalink
Merge branch 'release/2' into update-deps/6350-v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Jan 29, 2025
2 parents 017b2a4 + e6f405b commit cc9c980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/samples/react/src/components/form/error-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React, { useRef } from 'react';
import { SampleDescription } from '../SampleDescription';

export const FormErrorList: FC = () => {
const formRef = useRef<HTMLKolFormElement>();
const formRef = useRef<HTMLKolFormElement | null>(null);
return (
<>
<SampleDescription>
Expand Down

0 comments on commit cc9c980

Please sign in to comment.