fix: resolve bundle.onlyLocales from the first layer that specifies it#4012
fix: resolve bundle.onlyLocales from the first layer that specifies it#4012cernymatej wants to merge 1 commit into
bundle.onlyLocales from the first layer that specifies it#4012Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Walkthrough
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📚 Description
previously,
filterLocalesonly readbundle.onlyLocalesfrom the running project (_layers[0]) and ignored it entirely when a downstream layer set itthis pr makes it walk layers starting from the running project and use the first one that specifies it, which IMO is the expected behaviour
Summary by CodeRabbit
Bug Fixes
Tests