Fulei Huang

Results 3 issues of Fulei Huang

when changing the screen size to be smaller, the navigation content disappeared. see below: ![nav menu issue](https://user-images.githubusercontent.com/35687313/215463428-0344ee0b-e0c1-443c-9a26-7a0a850f7ab7.gif)

area: component
component: navigation menu

Here is my thought: Solution 1: pass i18n to the component const FormMessage = React.forwardRef< HTMLParagraphElement, React.HTMLAttributes >(({ className, **i18n**, children, ...props }, ref) => { const { error, formMessageId...

Hi, I'm very interested in your project. I've checked a lot of tutorials online around T3 stack, and I only found this repo has all the good stuff I want....