markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

include ref property to any div crashes

Open kodemonk opened this issue 2 weeks ago • 0 comments

Just paste:

<div ref={movieResultRef}></div>

Into:

https://markdown-to-jsx.quantizor.dev/

Result on JS console:

react-dom.production.min.js:84 Uncaught Error: Minified React error #290; visit https://reactjs.org/docs/error-decoder.html?invariant=290&args[]=movieResultRef for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at vc (react-dom.production.min.js:84:460) at u (react-dom.production.min.js:88:194) at x (react-dom.production.min.js:91:16) at v (react-dom.production.min.js:95:81) at aa (react-dom.production.min.js:123:416) at Qk (react-dom.production.min.js:253:416) at Ri (react-dom.production.min.js:195:185) at Ok (react-dom.production.min.js:195:116) at Nd (react-dom.production.min.js:194:492) at Li (react-dom.production.min.js:189:179)

kodemonk avatar Jun 27 '24 09:06 kodemonk