hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.81k stars 157 forks source link

Fix unintended multiple registrations #687

Closed Akeit0 closed 3 weeks ago

Akeit0 commented 3 weeks ago

Fixed multiple registrations which occurs when the scope has grandparent scope. https://github.com/hadashiA/VContainer/issues/686

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vcontainer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 4:43pm
Raegan03 commented 3 weeks ago

I've noticed it today as well, thanks for the fix! 💪

hadashiA commented 3 weeks ago

Oh. That's my mistake >< Thanks a lot!