-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: territoryFormName is defined twice
- Loading branch information
1 parent
0b85c0e
commit 2720adb
Showing
1 changed file
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2720adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue was causing the following error:
Module parse failed: Identifier 'territoryFromName' has already been declared (13:9)
Fix was to downgrade to version 1.4.2.
Any estimate for when this change will be pushed out to NPM package? It seems it still exists in version 1.5.0?
2720adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I understand the question. The latest official version of the kendo-intl package is 1.4.2 and it includes the fix:
https://github.com/telerik/kendo-intl/releases
Please clarify.
2720adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange, we had version ^1.5.0 in our packages but still had the double declaration. I just noticed that we had '@progress/telerik/kendo-intl' as opposed to just 'telerik/kendo-intl' as the package though. Changing it to just 'telerik/kendo-intl' referencing version 1.4.2 solved the issue for us.