At Tonchev

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
At Tonchev created a post, Webstorm extremely slow
I have Webstorm V 2022.3.2 and since the last update Webstorm is extremely slow. My machine - windows 11, 32GB Ram, Ryzen 7 CPU, GTX 1070 Videoco-workers with Linux Manjaro experience the same slow... -
At Tonchev commented, -
At Tonchev created a post, Webstorm resolve wrong path when using react-router-dom@next
After instlaling the next version of react-router-dom I noticed that webstorm can not resolve the link correctly. Webstorm kind a have own cache of the old version and try to resolve there the path... -
-
At Tonchev created a post, Webstorm not detecting await and response type when nested object
I tryed following case: const SomeFunction = async () => { const myObject = {}; myObject.test = { async myFunc() { return []; }, }; const myArr = await myObject.test.myFunc(); myArr...