ember-cli-nouislider icon indicating copy to clipboard operation
ember-cli-nouislider copied to clipboard

Fastboot issues

Open jakeleboeuf opened this issue 9 years ago • 1 comments

I'm still running into fastboot issues- The app is not crashing, but throws a dank js error and will not fully render the page.

Error: Could not find module "noUiSlider" imported from "ember-cli-nouislider/components/range-slider"

jakeleboeuf avatar Oct 26 '16 01:10 jakeleboeuf

I'm able to get around it by checking if fastboot is running, but this shouldn't be necessary?

{{#unless fastboot.isFastBoot}}
    {{range-slider start=quantity.start other=args}}  
{{/if}}

jakeleboeuf avatar Oct 26 '16 02:10 jakeleboeuf