Vit Pankin
Vit Pankin
what about Typescript? it's not happy with that saying `Property 'default' does not exist on type '{ v: string; fr: number; ip: number; op: number; w: number; h: number; nm:...
Yeah, for TypeScript it's better to do `import { default as animationData } from '../animation-with-blackjack-and-hooks.json'` and then ` const defaultOptions:Options = { loop: true, autoplay: true, animationData: animationData, rendererSettings: {...
For Typescript I had to add ``` declare global { declare namespace JSX { interface IntrinsicElements { 'css-doodle': {} } } } ```
made a pull request https://github.com/vlad-ignatov/react-numeric-input/pull/113
That "BA" annoying bug can be even easily replicated in the very first manual example: ``` ref={withMask("AA99 AAA", { placeholder: "_", showMaskOnHover: false, })} ``` You simply add that to...
Recording first slide https://github.com/user-attachments/assets/b093b2be-c716-4ee1-bd96-fb0d59a5dce7 last slide https://github.com/user-attachments/assets/c8ccf177-aec3-41d3-bbae-a95b47e87582 confirmed both mobile and desktop
Also confirmend on Swiper 10.0.0