This pull request refines the `usePersistField` hook in `usePersistField.ts` to improve handling of raw JSON fields. The changes ensure that unpersistable raw JSON fields are excluded early in the logic and simplify the conditions for determining persistable values. Enhancements to raw JSON field handling: * Added a conditional check to exit early if the field is both raw JSON and unpersistable (`usePersistField.ts`). * Simplified the persistability condition by removing redundant checks for unpersistable raw JSON fields (`usePersistField.ts`). --------- Co-authored-by: Baptiste Devessier <baptiste@devessier.fr>
Run yarn dev while server running on port 3000