Taras Hupalo
Taras Hupalo
I faced the same issue. I suspect this is related to custom `"baseUrl": "src"` in `tsconfig.json`
@mgechev yes
According to my error logs in Sentry, about 10% of my users face this error. This is very strange. How it can work on some devices and don't work on...
No. We need to modify the `EventDefinitionsMap` in the application without rebuild. Sometimes we need to change an event definition and we just don't want to wait for a new...
The only solution I see now is to fetch the configuration from the server as JSON (instead of using your powerful EventDefinitionsMap) via XHR. And create my own meta reducer...
Then the naming should be `increase` and `decrease`.