Anton

Results 10 comments of Anton

Yes, it's works. Easy fixed by `npm install [email protected] --save-dev` Can @CupOfTea696 fix it in master?

Шикарный сайт посоветовал @wennerryle. Удалось установить без VPN по плану действий: 1. Зайти на https://crx-downloader.com/ вставить ссылку на расширение ``` https://chrome.google.com/webstore/detail/%D0%BE%D0%B1%D1%85%D0%BE%D0%B4-%D0%B1%D0%BB%D0%BE%D0%BA%D0%B8%D1%80%D0%BE%D0%B2%D0%BE%D0%BA-%D1%80%D1%83%D0%BD%D0%B5%D1%82%D0%B0/npgcnondjocldhldegnakemclmfkngch?hl=ru ``` 2. Сайт скачивает готовый .crx архив 3. Chrome...

Same error. Thanks a lot @benjaminmal for working solution. I also add ``` tools: composer:v2 ``` to `shivammathur/setup-php@v2` for composer installs.

Not sure about other languages, but with russian its broken. For example: https://github-readme-stats.vercel.app/api/pin/?username=TTATPuOT&repo=cdek-sdk2.0 [![bug](https://github-readme-stats.vercel.app/api/pin/?username=TTATPuOT&repo=cdek-sdk2.0)]([bug](https://github-readme-stats.vercel.app/api/pin/?username=TTATPuOT&repo=cdek-sdk2.0)) Its split into three lines but can fit at one. So, please, marge it PR if...

I collected more examples. Sometimes, text not splits into multiline, but overflow of image (chinese, korean). Russian: `https://github-readme-stats.vercel.app/api/pin/?username=TTATPuOT&repo=cdek-sdk2.0` [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=TTATPuOT&repo=cdek-sdk2.0)](https://github.com/TTATPuOT/cdek-sdk2.0) --- Chinese: `https://github-readme-stats.vercel.app/api/pin/?username=modood&repo=Administrative-divisions-of-China` [![](https://github-readme-stats.vercel.app/api/pin/?username=modood&repo=Administrative-divisions-of-China)](https://github.com/modood/Administrative-divisions-of-China) --- Japanese: `https://github-readme-stats.vercel.app/api/pin/?username=oreilly-japan&repo=deep-learning-from-scratch` [![](https://github-readme-stats.vercel.app/api/pin/?username=oreilly-japan&repo=deep-learning-from-scratch)](https://github.com/oreilly-japan/deep-learning-from-scratch) --- Arab:...

@chramos thank you for response, but percents works fine for me. Code: ```tsx ```` ![image](https://user-images.githubusercontent.com/13170867/112850061-1a591400-90c3-11eb-8868-6654fd440135.png) But if i make a simplier component, it's still not works: ```tsx const Row =...

It works only without Row component: ```tsx ``` It's works, but i want to useMemo in child component for optimization

> Which version are you using? 3.0.4

Problem is actual. If set **name** in package.json without any **-** (dashes) its works. Also, possible to set **name** in configuration without **-** (dashes) and its works too. In all...