Ryan Zec
Ryan Zec
**Describe the bug** When using React's ``, the `previewRef` from `useDrag` does not work, the preview is still only what the `dragRef` is. **Reproduction** https://codesandbox.io/s/infallible-oskar-0y8sni Steps to reproduce the behavior:...
### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...
- `downshift` version: `6.1.9` - `node` version: `v14.18.0` - `npm` (or `yarn`) version: `6.14.15` This is a minimal codesandbox example of the issue: https://codesandbox.io/s/pedantic-lumiere-u5j108?file=/src/index.js **What you did**: I added `openMenu()`...
- `downshift` version: 6.1.9 - `node` version: 16.15.0 - `yarn` version: 3.2.1 **Problem description**: I have tried a number of different things in an attempt to have the input blur...
So I am trying to use this to do coverage reports on my es6 code with babel however I am getting weird results. For example, I see this in the...
Right now if you reference one variable in another variable, you can not properly transform those design token as style dictionary will error with error like this: ``` Reference doesn't...
### Describe the bug When I create a form like this: ```ts const { form, data, errors } = createForm({ extend: validator({ schema: formDataSchema }), initialValues: { strings: ['test1'], firstName:...
When using the sortable functionality, there seems to be a lot of re-rendering of items that have not changed. See this code sandbox: https://codesandbox.io/s/intelligent-brook-vi0rsb Whenever you click on an item,...
### Describe the bug It seem like the `$input` element does not have the `data-state` attribute even though it is documented. ### Reproduction This happen in the official documentation examples...
### Describe the bug It seems like depending on how the tooltip is configured for `position`, there is inconsistency with the display of the tooltip. For example, if the `position`...