Fix Storybook text knobs double-escaping text
This commit is contained in:
@@ -42,7 +42,7 @@ const makeModeKnob = pane =>
|
||||
)
|
||||
);
|
||||
|
||||
addDecorator(withKnobs);
|
||||
addDecorator(withKnobs({ escapeHTML: false }));
|
||||
|
||||
addDecorator((storyFn /* , context */) => {
|
||||
const contents = storyFn();
|
||||
|
Reference in New Issue
Block a user