Avoid the same bullet showing multiple times in linked references

Say I have the following bullets:

filler text 1

  • filler text 2 [[A]]
    • filler text 3 [[A]] (or [[A/B]])

In the Linked References section of page [[A]], “filler text 3” will show up twice under separate breadcrumbs:

The first one

filler text 1

  • filler text 2 [[A]]
    • filler text 3 [[A]] (or [[A/B]])

The second one

filler text 1 > filler text 2 [[A]]

  • filler text 3 [[A]] (or [[A/B]])

The second appearance is absolutely unnecessary.
Repetitions like this clutter up the Linked References section quickly and it’s frustrating.
This is just the simplest example. It’s definitely possible that the same bullet can show up more than twice depending on how blocks are tagged (:ref/default-open-blocks-level may also play a part, but as this config is bugged now, I can’t test it so I’m not sure about that).

Also I don’t know if I’m crazy, but I seem to remember logseq wasn’t like this when I first started using it. Was this quirk introduced with some breaking change (like when :ref/default-open-blocks-level was added?), or am I delusional?

Issue on GitHub