79773636

Date: 2025-09-24 11:13:45
Score: 0.5
Natty:
Report link

Do not use the Box to wrap your TableOfContentsTree.

<PageRender
    {...config}
    paperOptions={{
     paperSize: 'a4',
    }}
    header={() => <header>header goes here</header>}
    footer={() => <footer>footer goes here</footer>}
>
     <TableOfContentsTree tree={sections} />
 </PageRender>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: natashap