Almir Davletov

Results 8 issues of Almir Davletov

**Describe the bug** When using `useDrag` with specified `dropEffect` and props (deps array of the `useDrag`), and deps have changed - it won't allow to drag anymore after the first...

Currently, some of the important styles can't be configured using the `style` property. For example, `margin-left` of the log message, or `line-height` of amount message (gets inconsistent whenever the log...

### What problem does this feature solve? In most of cases, it's not really comfortable to use `initialProp` as prop name, for example, or have `normalizedProp` inside a component, which...

feature request

**Describe the bug** You can't with `[...dom.classList]` with happy-dom, because it doesn't implement the iterator (`Symbol.iterator`). **To Reproduce** Steps to reproduce the behavior: 1. Render anything with happy-dom (e.g. ``...

bug

**Describe the bug** Using `GlobalRegistrator.register()` transfers certain `window` properties to `global`, setting them as `global[key] = window[key].bind(global)`. However, static properties like `Node.ELEMENT_NODE` are not preserved after this, and thus some...

bug

Apparently, `codeFold` is missing in `ReactDiffViewerStylesOverride` interface, though it's marked as an option to configure in `README.md`. I'm adding it in this PR.

Hey, we've noticed that valid LinkedIn URLs with special characters are considered as invalid. Example: [https://www.linkedin.com/in/hugo-benício-11666815](https://www.linkedin.com/in/hugo-benício-11666815) Can you add a support for special characters like this? Thanks!

As "Copy" button copies the whole content, `$ npm install ...` would copy the dollar sign too, but it's redundant and not a valid command to run. I removed it...