jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.73k stars 2.77k forks source link

Code Sandbox example embeds missing/broken in docs #3818

Closed nicekiwi closed 1 year ago

nicekiwi commented 1 year ago

Most of the example apps linked in the docs are broken.

https://formik.org/docs/examples/basic

CleanShot 2023-06-01 at 13 48 09

LarsFlieger commented 1 year ago

I think all examples in Example are not working.

It's because the docs uses master instead of main as branch.

As a workaround you can

  1. Browse the examples here: https://github.com/jaredpalmer/formik/tree/main/examples
  2. Replace master with main in the codesandbox URL.