Nghiệp

Results 24 comments of Nghiệp

@ljharb 2 examples my icon: `

Moved to `@svgr/webpack` instead

You can create a type definition for your project. ```ts //react-structured-data.d.ts declare module 'react-structured-data' { declare const JSONLD: React.ComponentType; declare const AggregateRating: React.ComponentType; } ```

Same issue, but to fix just using ```css .d2h-diff-tbody tr { position: relative; } ```

Currently `.details()` no longer available. Also, this feature is needed when using `perView: "auto"` It is difficult to calculate the number of sliders on the current page. For example: https://codesandbox.io/s/summer-rgb-wnhxmv?file=/src/App.tsx...

@jhsu @ngocdaothanh @vigzmv I am facing the same problem. For example: https://codesandbox.io/s/react-promise-suspense-example-forked-8nx8t?file=/src/index.js ```js const DelayedComponent = () => { const [counter, setCounter] = useState(0); const wait = usePromise(waitt, [5000], 1000);...

I've republished as [use-react-suspense](https://github.com/nghiepit/use-react-suspense) and changed a little bit to provide a way to remove the cache. And better for strongly typed.

My user-agent: `Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15` `isMobile.apple` log: ```js {phone: false, ipod: false, tablet: false, universal: false, device: false} ```