Skip to content

Commit

Permalink
Sebastian review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 11, 2019
1 parent b617a5e commit eda1c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/modules/redux/initRedux.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ function create(initialState) {
process.browser &&
!window.__REDUX_DEVTOOLS_EXTENSION__ &&
// redux-logger needs this feature
// eslint-disable-next-line no-eval
eval('Object.assign')
Object.hasOwnProperty('assign')
) {
// eslint-disable-next-line global-require
const createLogger = require('redux-logger').createLogger;
Expand Down

0 comments on commit eda1c4d

Please sign in to comment.