Troubleshooting Guide
Framework v2 is more advanced than earlier versions, which makes it less forgiving of markup that was not intended. This may cause certain layouts or plugins to behave differently. Use this checklist to review your project and bring it in line with the intended usage.
Troubleshooting Checklist
-
Does your markup contain a single layout element?
There should be exactly one element with the Layout class in your markup. Multiple or nested layouts are not supported.
- Do your elements contain supported content?
-
Clamping is not working as expected?
When using Clamp on elements like Label and Description , these elements can't contain rich text. If you want to clamp rich text content, you need to use the Rich Text component in tandem with the Content Limiter modulation utility.