Skip to content

Instantly share code, notes, and snippets.

@lobot
Created May 23, 2022 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/c80b49d13c6790fd0626ee3348bf49bd to your computer and use it in GitHub Desktop.
Save lobot/c80b49d13c6790fd0626ee3348bf49bd to your computer and use it in GitHub Desktop.
Adding Address Autocomplete to Medusa
import { useFormikContext } from "formik";
const AddressField = ({ id, error, errorMsg }) => {
const { setFieldValue } = useFormikContext()
... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment