Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various small problems and errors on the website #416

Open
jarimustonen opened this issue Feb 3, 2024 · 0 comments
Open

Various small problems and errors on the website #416

jarimustonen opened this issue Feb 3, 2024 · 0 comments

Comments

@jarimustonen
Copy link

jarimustonen commented Feb 3, 2024

The website has a few small issues.

I'm a new user evaluating this, so I find there issues important.

The bugs

A bug in tutorial

Tutorial has an bug:

const message = await sendMessage(result.data);

The second instance of this line should read:

  const message = await sendMessage(submission.value);

I was able to find the correct line from the full working example but before getting there, I did need to look around quite a bit.

Links within the API documentation

All links within the API documentation are not working.

For example, the page useFormMetadata has a link FormProvider pointing to https://conform.guide/FormProvider. I think the correct link should be https://conform.guide/api/react/FormProvider. The same problem is everywhere on the API.

Favicon

Lastly, the favicon.ico is not working and there seems to be a pull request for this. I suggest finishing this as the problem is quite in-your-face for a new potential user.

I understand that the project does not yet have a well-designed logo but I still think it would be good to go with even something. I use Brave with vertical tabs and favicon in all I see for a page.

Conform version

v1.0.0

Steps to Reproduce the Bug or Issue

N/A

What browsers are you seeing the problem on?

No response

Screenshots or Videos

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant