forcedotcom / lwc-dev-server-feedback

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

Lightning Input Rich Text does not work Locally #5

Closed AllanOricil closed 1 year ago

AllanOricil commented 5 years ago

Describe the bug The tag is not working properly when developing locally. When I save and the preview is reloaded it displays the following message:

image

When I push the same src code to my scratch org it works without any problem. image

Here is the part of my component where I use this tag:

<div if:true={isEdit}>
       <lightning-input-rich-text value={message}></lightning-input-rich-text>
</div>

To Reproduce Try to use the following line in your lwc component.

Expected behavior It is expected to render like it does in the server.

Desktop (please complete the following information):

AllanOricil commented 1 year ago

4 years have passed 😦