react-lazylog icon indicating copy to clipboard operation
react-lazylog copied to clipboard

3.1.x - es5 problem

Open dmarczydlo opened this issue 6 years ago • 28 comments

After update lazy-logger to version 3.1.1 (from 2.x) the problem Uncaught TypeError: e is not a function still exist.

For 2.x import { LazyLog } from 'react-lazylog/lib/LazyLog.es5'; worked but for 3.1.1 import {LazyStream, ScrollFollow} from 'react-lazylog/es5'; generating error.

dmarczydlo avatar Apr 09 '18 17:04 dmarczydlo