Dylan Nguyen
Dylan Nguyen
me too. Pump this up
Issue still happening
Same issue here with Nextjs15 react 19. Property 'appkit-button' does not exist on type 'JSX.IntrinsicElements'
> I fixed it by removing onMenuOpenChange={setIsMenuOpen} from Navbar component and adding the press event handler directly to the NavbarMenuToggle component like this: > > setIsMenuOpen(!isMenuOpen)} aria-label={isMenuOpen ? "Close menu"...