tizub
tizub
I had the same warning, and the problem for me was a typo in the config: sonar.ts.tslintpath (same as the OP) should be sonar.ts.tslint.path
Hi. The problem seems to be present only when there is a polyfill on the page (ES6 in my case), along with angular-sanitize. I tried with many different polyfill implementations...
Upgrading react-bootstrap dependency version from ^0.29.5 to the most recent one (0.30.7 at the moment) should fix the issue, as this has been fixed in version 0.30.1: https://github.com/react-bootstrap/react-bootstrap/pull/2095 I am...