Error rendering component

Could not render component '@order-summary--checkout' - component not found.

<!-- Error rendering component -->
<!-- Could not render component '@order-summary--checkout' - component not found. -->
<!-- Error: Could not render component '@order-summary--checkout' - component not found.
    at Object.render (/opt/build/repo/node_modules/@frctl/handlebars/src/helpers/render.js:25:19)
    at Object.helperWrapper (/opt/build/repo/node_modules/promised-handlebars/index.js:130:23)
    at Object.<anonymous> (/opt/build/repo/node_modules/promised-handlebars/lib/utils.js:29:28)
    at Object.wrapper (/opt/build/repo/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js:15:19)
    at Object.eval [as main] (eval at createFunctionContext (/opt/build/repo/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js:262:23), <anonymous>:9:102)
    at main (/opt/build/repo/node_modules/handlebars/dist/cjs/handlebars/runtime.js:208:32)
    at ret (/opt/build/repo/node_modules/handlebars/dist/cjs/handlebars/runtime.js:212:12)
    at ret (/opt/build/repo/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:519:21)
    at prepareAndResolveMarkers (/opt/build/repo/node_modules/promised-handlebars/index.js:99:39)
    at /opt/build/repo/node_modules/promised-handlebars/lib/utils.js:29:28
    at HandlebarsAdapter.render (/opt/build/repo/node_modules/@frctl/handlebars/src/adapter.js:34:30)
    at ComponentSource._renderVariant (/opt/build/repo/node_modules/@frctl/fractal/src/api/components/source.js:207:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/opt/build/repo/node_modules/co/index.js:65:19)
    at bound (domain.js:426:14)
    at runBound (domain.js:439:12) -->
<aside
    role="dialog"
    class="
        modal-custom
        opc-sidebar
        opc-summary-wrapper
        custom-slide
        sidebar-checkout
    "
    aria-describedby="modal-content-"
    data-role="modal"
    data-type="custom"
    tabindex="0"
>
    {{ render '@order-summary--checkout' }}
    {{ render '@shipping-information' }}
</aside>
/* No context defined for this component. */
  • Content:
    $sidebar-checkout__modal-content-padding       : 0 !default;
    $sidebar-checkout__modal-content-padding\@small: $spacer--medium !default;
    $sidebar-checkout__modal-content-padding\@large: $spacer--extra-large !default;
    $order-summary__background                     : $white !default;
    
    .sidebar-checkout {
        display: block;
        position: static;
    
        .modal-content {
            padding: 0;
        }
    }
    
    body._has-modal-custom {
        .sidebar-checkout .modal-content {
            padding: $sidebar-checkout__modal-content-padding;
    
            @include mq($screen-s) {
                padding: $sidebar-checkout__modal-content-padding\@small;
            }
    
            @include mq($screen-l) {
                padding: $sidebar-checkout__modal-content-padding\@large;
            }
        }
    
        .order-summary {
            background: $order-summary__background;
        }
    }
    
  • URL: /components/raw/sidebar-checkout/_sidebar.scss
  • Filesystem Path: build/components/03-modules/checkout/sidebar/_sidebar.scss
  • Size: 831 Bytes

There are no notes for this item.