book multi block rendering do not support IModelData
timearrow03 opened this issue ยท 1 comments
Block models that need an IModelData are not rendered correctly in the book because you call the non IModelData aware version of BlockRendererDispatcher.renderModel() with in turn call the IModelData aware version passing in an empty IModelData
You should probably add a way to supply an IModelData for each block position in the template when we create it