Convert renderAdditionalBlockUI
to Component and accept props
#50827
Labels
[Feature] List View
Menu item in the top toolbar to select blocks from a list of links.
In #50774 we augmented the
renderAdditionalBlockUI
render callback. Before this becomes public we should make it accept a Component rather than a function.This will also solve the issue of a potentially ever expanding list of positional arguments as mentioned in the discussion referenced below.
.......
Originally posted by @andrewserong in #50774 (comment)
The text was updated successfully, but these errors were encountered: