Replies: 2 comments
-
Looks like there are a few places in Not sure when I'll be able to look at this—PRs welcome in the mean time! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have created a pull with my fix to resolve the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently update to laravel/framework 10.19.0 and noticed that it breaks on of my components.
Error message is: The given child should implement
Spatie\Html\HtmlElement
or be a stringMy component looks like this:
And i use it like this:
I've found that the problem lies in the update to laravel/framework 10.19.0 and specifically this commit. laravel/framework@aef975c
For now i have downgraded back to laravel/framework 10.18.0 and that fixes the problem, but i would be nice if a fix could be made.
Beta Was this translation helpful? Give feedback.
All reactions