tuchk4/storybook-readme

Override the addon-notes

kbhutiya opened this issue · 0 comments

Hi there,
I have a story where I am using add-on-notes for Notes panel and also readme, somehow every time I use readme it overrides notes !
It depends on which one is written first will render !

For eg.

.```
add(Demo1, () => `




`,{ notes:`Single Accordion`},
{ readme: { sidebar:`




`}})