Inline Repeater get's overridden by another InlineRepeater with the same name in another block.
The code in first image get's overriden by the code in the second image in admin panel.
Normally, when I changed name of the inlinerepeater in the first image, it renders correctly as you can see in the 3rd image.
However when I turn it back to 'tabs', it get's rendered as in the 4th image.
How can I solve this issue?
4 Replies
We can certainly improve this but for now you have to use unique names for all your inline repeater fields
I see thank you for your immediate response. Lookin forward to your new upgrades 😄
I've never seen the block editor field being used inside columns, not sure the UX will be great
I guess it can work but not optimal visually
GitHub
Fix availableBlocks override eachother by Tofandel · Pull Request #...
Fixes #2502
Simple fix is to add a unique id when rendering the component to find the correct availability key
Also included a bit of future proofing and backward compatibility even if the partial ...