How do I dynamically render an InnerBlock inside a dynamic block?

Instead of removing the question, I’ll answer the question myself for those that seek to find the same answer. My InnerBlock was called counter-list.php, which causes a problem as I have a counter_list_render_callback function. When looping through all my blocks, it tries to find counter-list_render_callback which is an invalid function name and therefore fails to render.

Make sure to name your files so that you can reuse their names for the render_callback functions.