Gururaj Upparagummala

Results 6 issues of Gururaj Upparagummala

I am trying load individual scripts of kendo UI based on usage. The files are loading fine if I will refresh the page while state changing kendo directives are not...

https://user-images.githubusercontent.com/17214716/171185393-08998ce9-5779-48e1-872d-8b3504f3ff9b.mp4 On refresh/navigating to the checkout page after adding the shipping address and selecting the shipping method, the shipping sections get expanded and after it's going to the payment section

Can anyone pls explain, why we need Unix based console for building the app?

### Expected behavior consignments API should return the shipping methods ### Actual behavior consignments API returning 403 error ### Steps to reproduce behavior stencil version: 3.11.0 API Endpoint: http://localhost:3000/api/storefront/checkouts/8a680d65-693c-464b-b437-01d08f05a3c8/consignments?include=consignments.availableShippingOptions ![image](https://user-images.githubusercontent.com/17214716/158747404-069ec100-d79f-46f4-8843-941279b180f7.png)

### Multiple Default Parameters ``` function marryMe(yes = 'I will', prince = 'Harry') { console.log(yes); console.log(prince); } marryMe(); // yes // Harry ``` to ``` function marryMe(yes = 'I will',...