Hello all,
I have an IList<Block1> which has a content area property that accepts Blocks of same type Block1 . When I try to Click on Create a New Block from Content Area option, I get prompted this block option and select and click on Create Button. This creates the block in the For this Block space and page is stuck there. If I refresh I can see the block in the For this blocks area and can drag and drop and it works but I cannot figure out why the page freezes on clicking create button.
There is no different error in console and there is nothing in logs that would indicate what is going wrong. I am assuming some kind of dojo error but not sure where to start.
Note: I can create the same block type in a different content area under different block just normally. Not sure what's up with that one specific place. Any inputs will be appreciated. Thanks. Unfortunately I cannot provide screenshots