I'm currently developing a React component that utilizes Material UI stepper functionality. The challenge I am facing is ensuring that the data is printable effectively. It's necessary for all steps to be expanded and printed, which goes against the default behavior of the stepper. Using @media print doesn't work here because the Stepper relies on the 'active' attribute to control display rather than just CSS classes. Has anyone successfully tackled this issue before? Are there Material UI components with unique printing behavior? Please share your insights, thank you.
Check out a basic example of a stepper here - https://codesandbox.io/s/rm5713kkln