Valery Zinchenko
Valery Zinchenko
There is a error using react-script 5.0.0   Fix: - `npm i buffer` - add `import { Buffer } from "buffer"` or: - use Uint8Array, it seems it works...
### Version 1.5 - 2.2 I will update version as I test it. ### Platform WSL2 - Ubuntu 20.04.4 LTS ### What steps will reproduce the bug? - Install bun...
_It is more about psychology and how people usually perceive their achievements as numbers or even about motivation and satisfaction._ ## Introduction Look at these two different scoreboards, especially at...
## Description I'm sorry if understood the proposal wrong or didn't research it well enough but why it's better to have `toReversed()`, `toSorted()` along with `reverse()`, `sort()`? (I can agree...
### Problem There are several problems with typings Somewhere you put `any` like in this example https://github.com/PriceRunner/react-ga4/blob/f31ed502adec6dc9dd68e3b59d39c1857880f433/src/ga4.js#L46 Niether put any types like here https://github.com/PriceRunner/react-ga4/blob/f31ed502adec6dc9dd68e3b59d39c1857880f433/src/ga4.js#L479 So then it becomes `any` anyway....
Maybe I didn't notice it in the `README.md`, but I don't really understand how this will help to conceal sensitive code if you either get the packages via `npm i`,...
## Motivation By default, all modals continue to be mounted even when they are closed. Despite of that it's giving some advantages, sometimes it may be required to unmount it....
add `deprecated` to `ModalProps`