mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixes #110422 TL;DR: The `lodash.set` function is unsafe and shouldn't be called. Cause of error: If you specify multiple `no-restricted-imports` paths for the same module, only the last path is used. Instead you need to combine them into a single path as I've done in this PR. This regression was introduced in #100277 |
||
---|---|---|
.. | ||
src/common | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
tsconfig.json |