Created by: tharakawj
Proposed in #2100 (closed)
Some points to discuss,
-
CodeBlock
component still depends on old DOM manipulation code anddangerouslySetInnerHTML
. Any suggestions to make it better? - Used HTML
button
elements instead of clickable (tab clickable)div
s with similar styling. Any downside of that? - I'm not much sure about the purpose of
consumeEvent.js
. Can you think of a better alternative to get the same behavior with React?