Alex Parra
Alex Parra
PR with jest and tests for all props and events: https://github.com/devfolioco/react-otp-input/pull/337
Hi @HashDot I've looked into your `federation-example` repo but as far as I can tell the graphql schemas are loaded from the vault which isn't provided. Have you looked at...
@HashDot sounds good!
Have this issue too since a recent update from `1.121.21` to `1.132.7`. And additionally with using `mailto:...`
Went with a wrapper approach. ``` import { Link as TSLink } from '@tanstack/react-router'; import type { HTMLAttributes, ReactNode } from 'react'; type TSLinkProps = Parameters[0]; interface Props extends Omit,...
Thanks for pointing it out @rothsandro My bad indeed. Will post if I manage to get a more solid approach.