data icon indicating copy to clipboard operation
data copied to clipboard

Package Unification - Unexpected Export Location Shift Fix List

Open runspired opened this issue 5 months ago • 0 comments

Snapshot

  • 5.5: @ember-data/legacy-compat/legacy-network-handler/snapshot
  • PUP: @warp-drive/legacy/compat/legacy-network-handler/snapshot
  • Missing Because: legacy-network-handler was not a public directory, but was accessible via type leakage
  • Fixed: ❌ No
  • Alternative: ✅ Use import { type Snapshot } from '@ember-data/legacy-compat/-private'; instead

runspired avatar Jul 25 '25 16:07 runspired