-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAGETWO-47240: [GitHub]JavaScript Error on Checkout Page after Changi…
…ng Country in Estimate Shipping and Tax Block
- Loading branch information
1 parent
5eb1602
commit 7fb8a9c
Showing
2 changed files
with
5 additions
and
5 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
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
7fb8a9c
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.
You guys saved my life.
7fb8a9c
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 working if the value is null
7fb8a9c
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.
have you found a solution to make it work if value is null? im still having same problem with turned on js bundle (EE ver. 2.2.5)
7fb8a9c
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.
Why not:
return value !=null && value.length <= +params;
?
I'm still getting error (Chrome (I wrote Chrome because others navigators describes it different)):
Uncaught TypeError: Cannot read property 'length' of null
7fb8a9c
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.
I am also getting the same issue if the value is null and is there any solution ??