Ilya Kruchinin

Results 6 issues of Ilya Kruchinin

In this version of css theme toggler app I've resolved these problems: * Initial ```light``` class is now being added to the body **programmatically**. In the _Fireship's_ version after page...

Here you can see my **issue**: ![ezgif com-gif-maker](https://user-images.githubusercontent.com/103210607/213777606-73e85955-632d-4a59-ab79-a0c4fe0b0415.gif) When page renders – scrollbar **shows** for a few seconds and than **dissapears**. Is there any way I can override this behavior?...

Omitted `onResize` from `DragResizeProps` so we can safely override this handler in our interface wihout ts errors.

Remove unnecessary addition of `width`.

I have a project where I am using this package, I also have `mobx` and `mobx-react-lite` packages in it: ``` "mobx": "^6.12.0", "mobx-react-lite": "^4.0.5", ``` When I am trying to...

### Link to minimal reproducible example See "Steps to Reproduce" ### Steps to Reproduce 1. Upgrade to `@reown/appkit` and `@reown/appkit-adapter-wagmi` version 1.8.7 or higher 2. Configure AppKit with: ```typescript createAppKit({...