Skip to content

Commit

Permalink
fix(): refine tpl slot error message
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Oct 30, 2024
1 parent 21b1f97 commit ef9af92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function setupTemplateProxy(

if (slotProxies && slotted) {
throw new Error(
`Can not have proxied slot ref when the parent has a slot element child, check your template "${hostBrick.type}" and ref "${ref}"`
`Can not have proxied slot ref when the ref target has a slot element child, check your template "${hostBrick.type}" and ref "${ref}"`
);
}

Expand Down

0 comments on commit ef9af92

Please sign in to comment.