Triyugi

Results 3 comments of Triyugi

This issue I was getting on Magento 1.9.2.2 because there is no `unEscapeCSVData` method in app/code/core/Mage/Core/Helper/Data.php. Create a local `Data.php` and add two methods from Magento 1.9.2.4 as below: ```...

Thanks for the response. What if react version is less than 16.3? `createRef` will not work in that case.