Reactjs – ReactMarkdown + remarkGfm: everything renders as expected, EXCEPT tables – typeError?
I am testing ReactMarkdown to be able to render HTML tables from chatgpt generated markdown syntax. I've installed react-markdown and remarkGfm. But I keep getting this error: TypeError Cannot set properties of undefined (setting 'inTable') I get the error both…