Иван
Иван
The signature of `npm publish` command allows to define the folder used as root: ```bash npm publish [|] [--tag ] [--access ] [--dry-run] ``` Is it possible to configure ``...
Hi everyone! I have just bumped into the situation: ```typescript import { call } from "typed-redux-saga"; type Product = { id: number; name: string; } type ProductExtended = Product &...
# Bug Report ## Describe the Bug The error `ResizeObserver loop completed with undelivered notifications` always appears when the new item is being rendered into the list. ## How to...
There are cases when method `sumBy` could return `string` instead of `number`. **Current behavior:** ```ts _.sumBy([{ a: 1 }, { a: 'f' }, { a: null }], 'a'); // '1fnull'...
Thank you for a such good library, it works as expected. But the only problem is that scroll doesn't work like a native. On iPhone it works really bad. I...
Hi everyone! Here is an example: `` `` When navigate to `/path` modal gets `modal_in` class. Then click 'Back' button in browser => modal gets `modal_out` class and `Component` unmount...
The `bodyModalClassName` property is ignored. When modal is open, the class `react-router-modal__modal-open` is added to the `body`.