Open tgentet-obrien opened 4 years ago
This issue has been automatically marked as type:bug-p3
because it has not had recent activity.
This issue has been linked to a new work item: W-8484294
@tgentet-obrien, this is a typo. LWC supports if:true
and if:false
flags in order to render/skip the components. Suppose you can close it.
@JackVeromeev it's not that, the if true and false attributes are working find in Salesforce, it was only when running the LWC locally that it threw an error
@tgentet-obrien but in the initial issue you pasted the stacktrace with is:true
instead of if:true
This issue has been automatically marked as type:bug-p3
because it has not had recent activity.
Describe the bug I developed an LWC in my org, which works perfectly fine! However, when I Start the local dev server and go to my LWC to load it, I get the following error in the JS Console:
Uncaught (in promise) Error: Unknown public property "is:true" of element <lightning-layout-item>. This is likely a typo on the corresponding attribute "is:true".
To Reproduce Steps to reproduce the behavior:
Expected behavior The LWC loads without an error
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.