We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd25ea8 commit dc2e3adCopy full SHA for dc2e3ad
1 file changed
dash/dash-renderer/src/reducers/reducer.js
@@ -50,7 +50,7 @@ const layoutHashes = (state = {}, action) => {
50
state
51
);
52
} else if (action.type === 'RESET_COMPONENT_STATE') {
53
- const { itempath } = action.payload;
+ const {itempath} = action.payload;
54
if (itempath) {
55
const prefixStr = stringifyPath(itempath);
56
// Remove all hashes for keys starting with prefixStr
0 commit comments