Wilson Tian

Results 45 comments of Wilson Tian

I think it's supported. But it's not exposed from the TypeScript definition. try `cv.QRCodeDetector`

for issue 1, check the real return value when the code is running. It could be that OpenCV's document is out of date. for issue 2, you can try ignoring...

Isn't tree-shaking a function provided by the bundler tool (e.g. webpack)?

try to use `cv.exceptionFromPtr(err)` to see what the exception is.

Triggered multiple times...

The `page` argument passed in `function handleLoadMore(page)` is not correct either. But finally, there is workaround. I have to manage the state by myself.

Not sure what's the issue. Looks like expected. If you are dragging the element and mouse cursor is at the top of the scroll container, then scroll bar will scroll...

I can reproduce this when using the workaround in https://github.com/mswjs/msw-storybook-addon/issues/82 ```js // Yuck... Loading.decorators = [ (Story) => { useEffect(() => { return () => window.location.reload(); }, []); return ;...

Fixed in v4.8.0-release.6

try to use `cv.exceptionFromPtr(err)` to see what the exception is.