Closed
Description
./node_modules/react-best-gradient-color-picker/dist/esm/hooks/useColorPicker.js 17:27
Module parse failed: Unexpected token (17:27)
File was processed with these loaders:
- ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
| // )
| // }
const isGradient = value?.includes('gradient');
| const gradientType = getGradientType(value);
| const degrees = getDegrees(value);