remove storybook: (#15074)

* remove storybook:

* changelog

* clean up

* update browserstack

* remove special case for storybook

* add back gen-story-md
This commit is contained in:
Angel Garbarino
2022-04-19 15:45:20 -06:00
committed by GitHub
parent cf6004fa80
commit 5da685b6b8
103 changed files with 226 additions and 9298 deletions

View File

@@ -127,12 +127,6 @@ export default Component.extend({
this.set('shouldUseFallback', true);
return;
}
//special case for storybook
if (this.staticOptions) {
let options = this.staticOptions;
this.formatOptions(options);
return;
}
throw err;
}
}