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

[Bug] An error is thrown if the latest version of the dateinputs-common package is intalled #2791

Open
vveesseelliinnaa opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
Bug Item which indicates that something is not working KendoReact pkg:Common-utilities SEV: Critical
Milestone

Comments

@vveesseelliinnaa
Copy link
Contributor

vveesseelliinnaa commented Jan 9, 2025

Description

Defining the @progress/kendo-dateinputs-common version with ^ might lead to installing a newer version of the package than the one we use internally:

    "@progress/kendo-dateinputs-common": "^0.4.1",

Steps To Reproduce

  1. Create a project with the following dependencies versions and try to install them
    "@progress/kendo-data-query": "^1.7.0",
    "@progress/kendo-date-math": "^1.5.14",
    "@progress/kendo-dateinputs-common": "^0.4.1",
    "@progress/kendo-draggable": "^3.1.0",
    "@progress/kendo-drawing": "^1.21.2",
    "@progress/kendo-file-saver": "^1.1.2",
    "@progress/kendo-inputs-common": "^3.1.1",
    "@progress/kendo-intl": "^3.1.2",
    "@progress/kendo-licensing": "^1.3.5",
    "@progress/kendo-pdfviewer-common": "^0.3.3",
    "@progress/kendo-popup-common": "^1.9.2",
    "@progress/kendo-react-animation": "^9.1.0",
    "@progress/kendo-react-buttons": "^9.1.0",
    "@progress/kendo-react-common": "^9.1.0",
    "@progress/kendo-react-data-tools": "^9.1.0",
    "@progress/kendo-react-dateinputs": "^9.1.0",
    "@progress/kendo-react-dialogs": "^9.1.0",
    "@progress/kendo-react-dropdowns": "^9.1.0",
    "@progress/kendo-react-indicators": "^9.1.0",
    "@progress/kendo-react-inputs": "^9.1.0",
    "@progress/kendo-react-intl": "^9.1.0",
    "@progress/kendo-react-labels": "^9.1.0",
    "@progress/kendo-react-layout": "^9.1.0",
    "@progress/kendo-react-pdf-viewer": "^9.1.0",
    "@progress/kendo-react-popup": "^9.1.0",
    "@progress/kendo-react-progressbars": "^9.1.0",
    "@progress/kendo-react-treeview": "^9.1.0",
    "@progress/kendo-react-upload": "^9.1.0",
    "@progress/kendo-svg-icons": "^4.0.0",
    "react-transition-group": "^4.4.2"

Screenshots or video

Image

Actual Behavior

An error is therown.

Expected Behavior

No error should be thrown.

Browser

Chrome

Browser version

latest

OS type

MacOS

@vveesseelliinnaa vveesseelliinnaa added Bug Item which indicates that something is not working pkg:Common-utilities SEV: Critical KendoReact labels Jan 9, 2025
@zdravkov zdravkov added this to the 2025 Q1 (Feb) milestone Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working KendoReact pkg:Common-utilities SEV: Critical
Projects
None yet
Development

No branches or pull requests

2 participants