79199097

Date: 2024-11-18 07:57:41
Score: 0.5
Natty:
Report link

import { CustomDatePicker } from '[Organization-folder]/oneems-react-components'; => this is wrong.

You have exported CustomDatePicker as default in other file so use as per below statement.

import CustomDatePicker from '[Organization-folder]/oneems-react-components'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Riyaz Panarwala