Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
celador opened this issue Nov 12, 2019 · 3 comments
Closed

Comments

@celador
Copy link

celador commented Nov 12, 2019

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

@celador celador changed the title Local LocalDevServer doesn't render components that inherit from LightningElement Nov 12, 2019
@lcampos lcampos transferred this issue from forcedotcom/salesforcedx-vscode Dec 2, 2020
@stale
Copy link

stale bot commented Dec 9, 2020

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

@stale stale bot added the type:bug-p3 label Dec 9, 2020
@git2gus
Copy link

git2gus bot commented Dec 9, 2020

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

@lcampos
Copy link
Contributor

lcampos commented Feb 2, 2021

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

@lcampos lcampos closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants