Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Optional chaining to handle undefined title (#53721)
This PR adds safety checks for the `title` property within `reusableBlock`. By using optional chaining, the code now gracefully handles scenarios where `title` might be undefined, preventing a TypeError from being thrown.
- Loading branch information