You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/change-log/2025-04-22-components-v2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Our new component system addresses these challenges with fully composable compon
37
37
38
38
#### Getting Started
39
39
40
-
To use the new components, you'll need to send the message flag `1 << 15` (IS_COMPONENTS_V2) which activates the components system on a per-message basis.
40
+
To use the new components, you'll need to send the message flag `1 << 15` (`IS_COMPONENTS_V2`) which activates the components system on a per-message basis.
41
41
42
42
We've created guides to help you implement these new features:
0 commit comments