miyushan / mui-daterange-picker-plus

A modern Typescript/JavaScript library for simplifying date-range related operations and enhancing date-picker components in web applications. It provides a range of utilities, including date formatting, parsing, and a fully customizable date range picker with support for various locales.
5 stars 3 forks source link

Issue importing #10

Closed Vindorable closed 1 week ago

Vindorable commented 1 week ago

When I try to: import { PickerBase } from "mui-daterange-picker-plus"; I'm getting the error:

Uncaught
TypeError: Failed to fetch dynamically imported module:
http://localhost:5173/src/pages/table.jsx?t=1718851263349

I search and maybe it has something to do with the react lazy loading? Not sure how to fix this.

Vindorable commented 1 week ago

Please ignore this. Just had to restart dev.