fix: add default filter to breadcrumbs configuration title to prevent ScalarDataBag exception#18933
Conversation
… ScalarDataBag exception
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 Tip You can validate your CodeRabbit configuration file in your editor.If your editor has YAML language server, you can enable auto-completion and validation by adding |
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
Description
When the
configuration.titleis not set in the hookable metadata, accessing it directly on aScalarDataBagthrows an exception. Adding|default('')prevents the crash.