forcedotcom / lwc-dev-server-feedback

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

Add support for components that extend BasePrechat #124

Closed AllanOricil closed 1 year ago

AllanOricil commented 2 years ago

Is your feature request related to a problem? Please describe. I have a Pre Chat component that extends the BasePrechat and I can't run it on the Dev Server.

import BasePrechat from 'lightningsnapin/basePrechat';
export default class preChat extends BasePrechat {
...
}

Describe the solution you'd like Create a way to locally simulate derived Chat components.

Describe alternatives you've considered I have to deploy the component to Salesforce to test. It is really painful.

Additional context N/A

stale[bot] commented 2 years ago

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

AllanOricil commented 1 year ago

Up

stale[bot] commented 1 year ago

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

Andries-Neyens commented 1 year ago

is the casing correct?

import BasePrechat from 'lightningsnapin/BasePrechat'; import { api, track } from 'lwc';

AllanOricil commented 1 year ago

@Andries-Neyens no idea. When I tried it did not work. Maybe it is working now.