Provide initialSnapshot to logout recoil state update snapshot (#4929)

This commit is contained in:
martmull
2024-04-11 18:26:55 +02:00
committed by GitHub
parent bc3930911e
commit e6a5a63acf
2 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,6 @@ export const DateFieldInput = ({
};
const handleEnter = (newDate: Nullable<Date>) => {
console.log('newDate enter', newDate);
onEnter?.(() => persistDate(newDate));
};