lunarphp / livewire-starter-kit

Demonstration store for Lunar
https://docs.lunarphp.io/core/starter-kits.html
149 stars 50 forks source link

Shipping Modifiers do not resolve from the AppServiceProvider in Livewire 3 #85

Closed eugenefvdm closed 5 months ago

eugenefvdm commented 5 months ago

Steps to reproduce:

  1. Clone Livewire starter kit.
  2. Shift L9 to L10
  3. Upgrade Lunar to 1.x
  4. Run Livewire upgrades

Expected behavior:

When you browse the CheckoutPage.php, you should see shipping modifiers, but instead the page is blank.

image

I need some guidance what to do next as container resolution seems complicated to troubleshoot. I used Ray to output the ShippingManifest on the original starter kit for Lunar 0.8 and it's evident that in the older Livewire 2 version the manifests are there on page load. On my test system I can't see it being initialized.

eugenefvdm commented 5 months ago

I'm closing this issue as per Glenn's instructions on Discord, "do not submit issues until there is an actual release". That makes perfect sense.