Fulei Huang
Fulei Huang
when changing the screen size to be smaller, the navigation content disappeared. see below: 
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....