Ian VanSchooten

Results 155 issues of Ian VanSchooten

This one was a bit confusing for me to figure out. I defined a single model (named 'host'), and a factory for the model, but I found that the factory...

Hi, we've been using `react-container-query` for a long time, and it's always worked very well. However, with the release of Chrome 64, which includes native `ResizeObserver` support, we are starting...

bug

As seen in https://github.com/react-hook-form/error-message/pull/87#discussion_r714144172, `as` does not take precedence over `render` if the value provided to it is a component rather than an element. The snapshot generated in https://github.com/react-hook-form/error-message/pull/87 is...

### Reproduction example https://github.com/IanVS/storybook-testing-user-event-click-focus ### Prerequisites 1. Using V14, try to click an input field: `await userEvent.click(getByRole('textbox'));` for example ### Expected behavior The input element should be fully focused, ready...

bug
environment

I've set a max filesize on my picker, and am finding recently that when choosing a file that exceeds that limit, nothing happens. It is not accepted (correct behavior), but...

bug
enhancement

The docs (https://github.com/filestack/filestack-js/blob/6987bc691d861296a8f3b186ae90a1f69fd4d230/src/lib/picker.ts#L223) say that the files are passed to the `onError` callback, is that correct? If so, how does one get any information about the error that occurred?

I have a drop pane set to only accept image files. If a different kind of file is dragged onto it, I see a red error like `File test.csv is...

bug
question

I want to include my own progress bar, so I'd like to use the `onProgress` callback in the drop pane options, but I don't want to show the default progress...

When using the crop feature for dropped images, I need to be able to respond to the user closing out the filestack modal, so that I can turn off my...

feature request

This upgrades pkg-dir from 4 to 6, which only supports node 12+, which I've copied to the `engines` here as well. I did not test this change, and I don't...