ember-cli-nouislider
ember-cli-nouislider copied to clipboard
Fastboot issues
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"
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}}