kot-shrodingera
kot-shrodingera
[JSFiddle](https://jsfiddle.net/o0w9de6L/) Modal opens with link, but doesnt with button - `Uncaught TypeError: Cannot read property 'blur' of undefined` commenting `this.anchor.blur()` make it works, but it looks like dirty workaround
How can I use `ref` on `ScrollSyncPane` child? It is always `undefined`. Maybe that's because `ScrollSyncPane` is cloning child in `render` function, passing `childRef` property, which is never set?
This code doesn't get formatted ``` Text ``` But if I change span to div, then it's successfully formatting ``` Text ``` Why is that? I want inline tag to...