Solutionunvalidated
Have the async `postClassifieds` action return the created `postId` (e.g., `return data._id`) and `await dispatch(...)` in `handleSubmit`, then navigate using that returned id instead of relying on `useSelector` timing.
ff1e67ce-b503-421c-9f68-58a4d4361a36
Have the async postClassifieds action return the created postId (e.g., return data._id) and await dispatch(...) in handleSubmit, then navigate using that returned id instead of relying on useSelector timing.