Components don't work inside Context: Cart

Description:

For my Mini Cart I want to use my Component Button for the checkout button. To be able to hide the checkout button when the cart is empty I need to place it inside the div with the Context set to Cart.

When I place my button component inside the div with Context set to Cart however, my button component is not visible on the frontend.

Step-by-step reproduction instructions:

  1. Create a modal inside your header
  2. place a div with context “Cart” inside your modal
  3. now place a component inside your Context-Cart-Div

Environment info

  • WordPress version: latest
  • Cwicly Plugin version: latest