diff --git a/.changeset/ten-donuts-lay.md b/.changeset/ten-donuts-lay.md new file mode 100644 index 000000000..8a8ac981c --- /dev/null +++ b/.changeset/ten-donuts-lay.md @@ -0,0 +1,5 @@ +--- +"formik": patch +--- + +fix(docs): fix link to docs in console warning diff --git a/packages/formik/src/Formik.tsx b/packages/formik/src/Formik.tsx index 618953b1c..5c4ef7ee5 100755 --- a/packages/formik/src/Formik.tsx +++ b/packages/formik/src/Formik.tsx @@ -1038,7 +1038,7 @@ function warnAboutMissingIdentifier({ console.warn( `Warning: Formik called \`${handlerName}\`, but you forgot to pass an \`id\` or \`name\` attribute to your input: ${htmlContent} - Formik cannot determine which value to update. For more info see https://github.com/jaredpalmer/formik#${documentationAnchorLink} + Formik cannot determine which value to update. For more info see https://formik.org/docs/api/formik#${documentationAnchorLink} ` ); }