Skip to content

Commit dc7b8df

Browse files
More specific wording
1 parent 49ba4ee commit dc7b8df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/change-log/2025-04-29-component-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ topics:
77
- "Interactions"
88
---
99

10-
We're raising the limits on components in messages!
10+
We're raising the limits on components in messages when using the [`IS_COMPONENTS_V2` message flag](/docs/resources/message#message-object-message-flags) to 40 and removing the limit on top level components! Legacy messages continue to allow up to 10 top-level components and 30 total components.
1111

1212
#### What's New
1313

docs/components/reference.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,10 @@ Before the introduction of the `IS_COMPONENTS_V2` flag ([see changelog](/docs/ch
11721172

11731173
Apps using this Legacy Message Component behavior will continue to work as expected, but it is recommended to use the new `IS_COMPONENTS_V2` flag for new apps or features as they offer more options for layout and customization.
11741174

1175+
:::info
1176+
Legacy messages allow up to 10 top-level components and 30 total components
1177+
:::
1178+
11751179
Legacy Message Component Example
11761180

11771181
```json

0 commit comments

Comments
 (0)