Fix Storybook text knobs double-escaping text
This commit is contained in:
parent
54ffec00ed
commit
f21ae5023a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const makeModeKnob = pane =>
|
|||
)
|
||||
);
|
||||
|
||||
addDecorator(withKnobs);
|
||||
addDecorator(withKnobs({ escapeHTML: false }));
|
||||
|
||||
addDecorator((storyFn /* , context */) => {
|
||||
const contents = storyFn();
|
||||
|
|
Loading…
Reference in a new issue