What is the best method for limiting the number of HTML lines retrieved using dangerouslySetInnerHTML in a React application and creating a '... Read More' expander for it?
I attempted to use react-lines-ellipsis, but unfortunately the 'text' property does not function properly with dangerouslySetInnerHTML.