@gravity-ui/dashkit
Advanced tools
Changelog
8.0.0 (2024-04-12)
Functions and constants from src/utils
, src/shared
and src/constants
are available for export from another endpoint helpers
.
For example, previously you could use:
import {transformParamsToActionParams} from '@gravity-ui/dashkit';
now you should use:
import {transformParamsToActionParams} from '@gravity-ui/dashkit/helpers';