You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/composables/useUrlResolver/index.ts line 33
const clearUrl = path.replace(/[a-z]+/[cp|]//gi, '');
I added _ inreg
It should be
const clearUrl = path.replace(/[a_-z]+/[cp|]//gi, ''); No response
Steps to reproduce
No response
What version of Magento 2 integration are you using?
2.4.3
What version of Node.js are you using?
16.17.1
What browser (and version) are you using?
Chrome
What operating system (and version) are you using?
MacOS
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Expected Behavior
No response
Actual Behavior
Possible Solution
/composables/useUrlResolver/index.ts line 33
const clearUrl = path.replace(/[a-z]+/[cp|]//gi, '');
I added _ inreg
It should be
const clearUrl = path.replace(/[a_-z]+/[cp|]//gi, '');
No response
Steps to reproduce
No response
What version of Magento 2 integration are you using?
2.4.3
What version of Node.js are you using?
16.17.1
What browser (and version) are you using?
Chrome
What operating system (and version) are you using?
MacOS
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: