Open jefersonchaves opened 1 year ago
Updated sfdx and plugins but same issue. Hopefully we can start using new directives over if:true
etc soon :crossed_fingers:
Error: LWRPLUGIN_ERROR: Invalid directive "$lwc:if" on element <template>.
Plug in version: @salesforce/lwc-dev-server 2.11.0
SFDX version: sfdx-cli/7.192.2 linux-x64 node-v18.14.1
This issue has been automatically marked as type:bug-p3
because it has not had recent activity.
Are there any plans on supporting this for local dev server development?
This issue has been automatically marked as type:bug-p3
because it has not had recent activity.
It would be really good if this plugin could be maintained. It has great potential to dramatically increase Developer Productivity!
Describe the bug Local development tool fails to load components using the new
lwc:if
,lwc:elseif
, orlwc:else
to Render DOM Elements Conditionally. Error:Invalid directive "$lwc:if" on element <template>.
.To Reproduce Steps to reproduce the behavior:
Expected behavior The conditional display of elements as if it was deployed to Salesforce.
Screenshots
Desktop (please complete the following information):
Additional context The browser is irrelevant.