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
Update: WireStep implementation from base class to component transporter
- Changed WireStep from extendable base class to transporter pattern
- WireStep now embeds existing Livewire components as breadcrumb steps
- Updated demo components to use new HasCrumbSteps trait
- Replaced stepData/refreshStep pattern with standard Livewire lifecycle
- Added StepRenderer for proper component embedding and fallback handling
- Updated README with comprehensive new implementation examples
- Maintained backward compatibility through graceful fallback system
Fix: correct view namespace from actioncrumb to hdaklue.actioncrumb
- Update service provider to register views with proper namespace
- Fix renderer to use correct view namespace
- Resolves 'No hint path defined' error when using WireStep components