Ilya Kruchinin
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**:  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({...