Modal Frame in Module missing inputs

I believe there is a bug when a Modal Frame on the Module includes another Module.

  1. Create Module A
  2. Create Module B with Modal Frame
  3. Add Module A to Modal Frame on Module B
  4. Add Module B to App.
  5. Navigate and open Modal Frame in App
  6. Values are not populated, seems like inputs are null

This works if Module B is added directly to Module A without using Modal Frame.

I figured this out. The issue was happening only when components were copied and pasted from the legacy modals. I have recreated the components on the new Modal Frame and it worked.