We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58c300 commit 9c8ff28Copy full SHA for 9c8ff28
src/form/hooks/useRruForm.ts
@@ -28,7 +28,7 @@ export const useRruForm = (): UseRruFormReturn => {
28
const [formContext, setFormContext] = useState<UseFormReturn | null>(null);
29
30
const $ = (context: UseFormReturn) => {
31
- console.log('setting form context');
+ console.debug('setting form context');
32
setFormContext(context);
33
};
34
0 commit comments