diff --git a/blade.md b/blade.md index 73b5ecdc825..17692d5da38 100644 --- a/blade.md +++ b/blade.md @@ -934,6 +934,9 @@ All of the attributes that are not part of the component's constructor will auto > **Warning** > Using directives such as `@env` within component tags is not supported at this time. For example, `` will not be compiled. +> **Warning** +> Because of limitations on how slots are named, it is not possible to use `name` HTML attribute as the first attribute when passing attributes to the underlying component. If you want to pass this attribute, you must provide it as the second or third element. For instance, you can use `...`. + #### Default / Merged Attributes