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

Add support for components that extend BasePrechat #124

Closed
AllanOricil opened this issue Aug 26, 2021 · 5 comments
Closed

Add support for components that extend BasePrechat #124

AllanOricil opened this issue Aug 26, 2021 · 5 comments

Comments

@AllanOricil
Copy link

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
Copy link

stale bot commented Sep 2, 2021

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 Sep 2, 2021
@AllanOricil
Copy link
Author

Up

@stale stale bot removed the type:bug-p3 label Dec 2, 2022
@stale
Copy link

stale bot commented Dec 21, 2022

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 21, 2022
@Andries-Neyens
Copy link

is the casing correct?

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

@AllanOricil
Copy link
Author

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

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