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
Describe the bug I am facing an issue on react 18 with vite bundler. Whenever I import the styling .css file, it throws an error
[vite] Internal server error: Missing "./lib/Timeline.css" specifier in "react-calendar-timeline" package. I am using vite 6.0.3 in my project.
To Reproduce
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Library Version Please provide version of library in which this bug is occurring.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Updated the import statement for the CSS file is as follows:
import 'react-calendar-timeline/styles.css'; This change fixes the error and works perfectly.
import 'react-calendar-timeline/styles.css';
Sorry, something went wrong.
Updated the import statement for the CSS file is as follows: import 'react-calendar-timeline/styles.css'; This change fixes the error and works perfectly.
is this how its supposed to look?
No branches or pull requests
Describe the bug
I am facing an issue on react 18 with vite bundler. Whenever I import the styling .css file, it throws an error
[vite] Internal server error: Missing "./lib/Timeline.css" specifier in "react-calendar-timeline" package. I am using vite 6.0.3 in my project.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Library Version
Please provide version of library in which this bug is occurring.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: