Description
Detailed description
This is a bug or a general issue.
I am trying to run carbon-components-angular project itself. I was not able to run storybook, due to error in Terminal. I'm on the latest master, with the last commit being ef584a0
Steps to reproduce the issue
- Git clone the project
- run
npm install
- run
npm run storybook
- unable to run storybook, with the following error shown in Terminal:
ERROR in ./src/modal/modal.service.ts
[tsl] ERROR in /Users/panpanlin/git/carbon-components-angular/src/modal/modal.service.ts(89,109)
TS1122: A tuple type element list cannot be empty.
Additional information
- screenshot
- note
As a workaround, I changebuttons?: []
tobuttons?: any
in the offending line in the code base.
Not sure if it is related to: microsoft/TypeScript#6524
Metadata
Metadata
Assignees
Labels
No labels