What is the best solution to print a React components?
问题 I am trying to print a ReactJS component when the user clicks the print button. I tried using React-to-print, but having style issue when printing from different browsers like firefox and edge. Here is the code sandbox I created https://codesandbox.io/s/jolly-carson-zvrzu?file=/src/App.js In this code sandbox, I am using React-to-print and the printing component receives an array of objects which is basically converted into multiple number of pages. You will see the issue on firefox, after