Hi, when updating @elastic/eui from 40.1.0 to 41.0.0 up to the current 46, have the following error:
Creating an optimized production build...
Failed to compile.
/home/node/node_modules/@elastic/eui/es/components/datagrid/body/data_grid_body.js
Cannot find module: '../../../test'. Make sure this package is installed.
You can install this package by running: yarn add ../../../test.
Suspect the error is triggered by line 56 of data_grid_body.js:
import { IS_JEST_ENVIRONMENT } from '../../test';
Any advice is appreciated :)
Hi, when updating
@elastic/euifrom 40.1.0 to 41.0.0 up to the current 46, have the following error:Suspect the error is triggered by line 56 of
data_grid_body.js:Any advice is appreciated :)