We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error is: Uncaught ReferenceError: require is not defined
Uncaught ReferenceError: require is not defined
See: vitejs/vite#986 and vitejs/vite#343 (comment)
The text was updated successfully, but these errors were encountered:
update: works fine if using entry without styles and loading them alongside inside the component:
import '@wojtekmaj/react-daterange-picker/dist/DateRangePicker.css'; import 'react-calendar/dist/Calendar.css'; import DateRangePicker from '@wojtekmaj/react-daterange-picker/dist/entry.nostyle';
Sorry, something went wrong.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.
You could also use this plugin as in this example: vitejs/vite#5308 (comment)
No branches or pull requests
The error is:
Uncaught ReferenceError: require is not defined
See: vitejs/vite#986 and vitejs/vite#343 (comment)
The text was updated successfully, but these errors were encountered: