forcedotcom / lwc-dev-server-feedback

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

LocalDevServer doesn't render components that inherit from LightningElement #94

Closed celador closed 3 years ago

celador commented 4 years ago

Summary

I have a base class export default class StatedElement extends LightningElement that is a LWC. I have other components that extend that base component such as export default class WidgetEnrichment extends StatedElement These components do not show in the LWC Dev Server, so none of my apps render. :(

Steps To Reproduce:

  1. Create a component (Component1)
  2. Create another component (Component2) that extends Component1
  3. Component1 will show in the browser, Component2 will not

Expected result

Component2 shows in the browser

Actual result

Component2 did not show in the browser

Additional information

VS Code Version: 1.40

SFDX CLI Version: sfdx-cli/7.32.0 darwin-x64 node-v13.1.0

OS and version: OS X Catalina

stale[bot] commented 3 years ago

This issue has been automatically marked as type:bug-p3 because it has not had recent activity.

git2gus[bot] commented 3 years ago

This issue has been linked to a new work item: W-8551790

lcampos commented 3 years ago

Closing since this issue has been fixed in the latest versions of the plugin. Thanks for providing feedback.