How do I listen for a change in an innerBlock child?
You wouldn’t, the need to do this is normally a code smell and a warning sign that you have done something wrong, or are trying to work against react and the way blocks are intended to work in some way. However if you wanted to continue down the path in the wrong direction, you would … Read more