Keisuke Komeda
Keisuke Komeda
Same status. My app is removed from App store.
One acceptable workaround here. package.json ```json { "resolutions": { "@types/react": "^18.0.0" } } ``` @types/react-lazyload.d.ts ```typescript import "react-lazyload"; declare module "react-lazyload" { type children = React.ReactNode; } ```
Hi. In my environment, workaround of `onPointerLeave` was not enough. I add `onMouseUp`. (sometimes only `onMouseUp` is called)
Similar example here. ```TypeScript console.log(Autolinker.link("こちら→https://google.com")) // result: こちら→https://google.com ```