Open kbhutiya opened 5 years ago
Seems function add
in your example is with wrong arguments.
Try this.
A.add(
`Demo1`,
() => `
<asdi-accordion>
<asdi-bar>
<asdi-note>
</asdi-accordion>
`,
{
notes: `Single Accordion`,
readme: {
sidebar: `
<asdi-accordion>
<asdi-bar>
<asdi-note>
</asdi-accordion>
`,
},
},
);
The original issue cant reporoduce
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 overridesnotes
! It depends on which one is written first will render ! For eg.Do you have any suggestions for the same?