Closed jhunexjun closed 1 year ago
Please, could you provide some link to some pen/repo/whatever where I am able to reproduce it? Seems error is not in this line:
import { DatePicker } from 'reactstrap-date-picker';
but on (my guess) some passed property which expects a custom element but receives some wrong value.
@jhunexjun facing same issue, did you able to resolve it? Using react 18.2.0 , "reactstrap": "^9.1.5 and "bootstrap": "^5.2.3",
I tried changing the way it exports and imports but no avail.