-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,8 @@ function create(initialState) { | |
process.browser && | ||
!window.__REDUX_DEVTOOLS_EXTENSION__ && | ||
// redux-logger needs this feature | ||
Object['assign'] // eslint-disable-line dot-notation | ||
// eslint-disable-next-line no-eval | ||
eval('Object.assign') | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
eps1lon
Member
|
||
) { | ||
// eslint-disable-next-line global-require | ||
const createLogger = require('redux-logger').createLogger; | ||
|
Object.hasOwnProperty('assign') === true