79746251

Date: 2025-08-25 23:01:24
Score: 0.5
Natty:
Report link

I eventually found the issue that I had a typo in my code.

However, within the tab panel, one can just access the props of the component.

// bobsProps is passed in as a function properties, so is accessible.
 <TabPanel bob={bobsProps} value={value} index={2}>
             <div>{bobsProps.somevalue}</div>
 </TabPanel>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: AndyW