I have been trying to implement simple decorator from storybook documentation.
documentation link -> https://storybook.js.org/docs/react/writing-stories/decorators#wrap-stories-with-extra-markup
-> I want to wrap the default Button story within a Div HTML tag.
but, it shows error with red underline.
Has anyone faced this issue?