Skip to content

Commit

Permalink
Add pointer to null channel FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jul 22, 2017
1 parent 3798088 commit 31a034f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/addons/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
function channelError() {
throw new Error('Tried to access non-existant addons channel, see issues #815 / #1374');
throw new Error(
'Accessing nonexistent addons channel, see https://storybook.js.org/basics/faq/#why-is-there-no-addons-channel'
);
}

export class AddonStore {
Expand Down

0 comments on commit 31a034f

Please sign in to comment.