Skip to content

Commit

Permalink
Note unresolved issue in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersticka committed May 21, 2021
1 parent 211c439 commit 1e813ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/theme-decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ const updateTheme = (element, theme) => {

/**
* Adds theme class to containing story elements.
*
* This unfortunately does not work with non-inline stories in Docs view due to
* some open Storybook issues, specifically
* {@link https://github.com/storybookjs/storybook/issues/14477|#14477} and
* {@link https://github.com/storybookjs/storybook/issues/13444|#13444}.
*
* @param {function} story
* @param {object} context
* @returns {*} Result of story function.
Expand Down

0 comments on commit 1e813ca

Please sign in to comment.