Alexander Anpleenko
Alexander Anpleenko
I hope the author will read the message and correct the error
hello, I do not understand much in java script, but I can provide the terminal posts ``` events.js:72 throw er; // Unhandled 'error' event ^ TypeError: Cannot read property '0'...
``` import debug from 'debug'; import createLogger from 'react-render-logger'; const prefix = 'Tinnkoff:trace:performance:'; const enableChecker = componentKey => debug(prefix + componentKey); const renderLogger = createLogger(enableChecker); export default renderLogger; ``` Remove...