jaredpalmer / formik

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

formik website issues and discord server issue #3735

Open milindgoel15 opened 1 year ago

milindgoel15 commented 1 year ago

Bug report

In the formik website, the container width is bugged on 1080p screens. I checked the container widget using dev tools and the max-width is too high for 1080p screens. This part of container css is causing the issue:

@media (min-width: 1536px)
.container {
    max-width: 1536px;
}

I could try fixing the issue but i couldn't find the source code for website. EDIT: ig i have found the source code in the main repo. will try there if i able to

About discord bug, opening the invite link just goes to empty server with no channel or anything.

Current Behavior

image all the items are stretched to the end of the screens

image

Your environment

Software Version(s)
Browser Edge, Chrome
Operating System Win11 22621.1344
milindgoel15 commented 9 months ago

Tried to setup a fork on my machine and it just keeps throwing an error when trying to do yarn install. Logs: https://katb.in/uhefihoxuxa

The contributing guide would be appreciated so that people can contribute.