Gabor Sar

Results 2 issues of Gabor Sar

Using the following component that uses [React.forwardRef](https://reactjs.org/docs/forwarding-refs.html): ```JSX const TestComponent = onClickOutside( React.forwardRef((props, ref) => ) ); ``` Leads to the following error: ``` Uncaught TypeError: Cannot read property 'isReactComponent'...

Fix import breaking request ID references.