Skip to content
New issue

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

Deprecation warnings and import path issue in @vuepic/vue-datepicker SCSS files #1049

Open
akbarism opened this issue Nov 20, 2024 · 0 comments
Labels
awaiting triage The issue is not reviewed by the maintainers bug Something isn't working

Comments

@akbarism
Copy link

Describe the bug
I encountered an issue when using the @vuepic/vue-datepicker library. Specifically, there are deprecation warnings and an error related to SCSS imports. Here are the details:

╷
4 │ @import "components/Calendar";
  │         ^^^^^^^^^^^^^^^^^^^^^
  ╵
    node_modules\@vuepic\vue-datepicker\src\VueDatePicker\style\main.scss 4:9  @import
    src\components\base\BaseDatePicker.vue 2:9                                 root stylesheet

Warning: 4 repetitive deprecation warnings omitted.

To Reproduce
Steps to reproduce the behavior:

  1. Install @vuepic/vue-datepicker in a Vue project.
  2. Import and use the VueDatePicker component in a Vue file.
  3. Run the project and check the console for warnings/errors.

Expected behavior
The component should work without any warnings or errors during SCSS compilation.
Actual Behavior:

  • SCSS import fails to resolve components/Calendar.
  • Deprecation warnings appear (details unclear due to repetition).

Screenshots

Desktop & mobile (please complete the following information):

  • Node.js version:v18.18.2
  • Vue version: 3.3.4
  • vite: 4.4.5
  • @vuepic/vue-datepicker version: ^3.6.3
@akbarism akbarism added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage The issue is not reviewed by the maintainers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant