forcedotcom / lwc-dev-server-feedback

LWC Local Development
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

ProductCard component is not rendering completely. #24

Open kuljotvij opened 4 years ago

kuljotvij commented 4 years ago

Describe the bug Followed the steps as mentioned in this blog - https://developer.salesforce.com/blogs/2019/10/announcing-lwc-local-development-beta.html.

Unable to render the productCard component completely as shared in the above blog.

However, I am able to run few simple components and those are working well. But when tried running the productCard component. It's unable to render it completely.

Also when making any change in the productCard component its not reflecting back in the browser.

To Reproduce Steps to reproduce the behavior:

  1. After starting the dev-server
  2. Open the productCard component in the localhost
  3. Component gets partial rendered and you would find the broken image.
  4. Open the productCard.js in VS Code and set the recordId
  5. Localhost gets reloaded, with the same screen as 3rd step

Expected behavior It should display the bike image and other details as shared in the blog.

Screenshots

Screen Shot 2019-10-13 at 9 16 47 PM Screen Shot 2019-10-13 at 9 13 11 PM

Desktop (please complete the following information):

KrisGraySFDC commented 4 years ago

Thanks we'll take a look.