Skip to content

Commit dab15a4

Browse files
committed
Adds name to store for devtools
1 parent 591ff2c commit dab15a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/state/create-store.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ const composeEnhancers =
2727
process.env.NODE_ENV !== 'production' &&
2828
typeof window !== 'undefined' &&
2929
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
30-
? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
30+
? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
31+
name: 'react-beautiful-dnd',
32+
})
3133
: compose;
3234

3335
type Args = {|

0 commit comments

Comments
 (0)