What's Changed
- [4.x] Cache resolved routes to prevent binding resolution issues for bundled child components by @joshhanley in https://github.com/livewire/livewire/pull/9813
- [4.x] Fix form object
#[Validate]attributes losing rules on consolidated updates by @joshhanley in https://github.com/livewire/livewire/pull/9876 - [4.x] Fix view resolution for self-named class components by @jos...