Vivek Kumar Bansal
Vivek Kumar Bansal
| Plugin | Illuminate | React | | ------ | ---------- | ----- | | Line Highlight | [ ] | [ ] | | Line Numbers | [x] |...
I started this project a long time ago when react was new and there weren't many components like this out there. I'm really glad and thankful to the community that...
- [x] Use TypeScript - [x] Use `ReactDOM.createPortal` (it will remove need to render at top level) - [x] Use custom events similar to `react-contextmenu` instead of using context, can...
while using `new window.TransitionEvent('transitionend')` in my tests, I get: ``` TypeError: window.TransitionEvent is not a constructor ``` Using ``` jsdom v9.12.0 node v7.7.3 jest v19.0.2 ``` Is this not implemented...