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
Fix the architectural issue with the package
The package is engineered backwareds and doesn't hold to the promise of seperation of concerns.
There isn't a "slot" property for Live wire for a reason. We should convert the components from Livewire to Blade.
How to reproduce the bug
There is a problem when using the components in that there is a closing tag applied.
Blade components should be embeded into Livewire components, not the other way around.
Package Version
1.0.0
PHP Version
8.3.0
Laravel Version
11
Which operating systems does with happen with?
Linux
Notes
Major change required. Might just move the 1.0 tag hash afterwards.
The text was updated successfully, but these errors were encountered:
What happened?
Fix the architectural issue with the package
The package is engineered backwareds and doesn't hold to the promise of seperation of concerns.
There isn't a "slot" property for Live wire for a reason. We should convert the components from Livewire to Blade.
How to reproduce the bug
There is a problem when using the components in that there is a closing tag applied.
Blade components should be embeded into Livewire components, not the other way around.
Package Version
1.0.0
PHP Version
8.3.0
Laravel Version
11
Which operating systems does with happen with?
Linux
Notes
Major change required. Might just move the 1.0 tag hash afterwards.
The text was updated successfully, but these errors were encountered: