Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
getBlockTransformItems: fix params for the dependants function
  • Loading branch information
jsnajdr committed Dec 1, 2022
commit 06fed757097ac543b85acaf043f91216e3c76ea0
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ export const getBlockTransformItems = createSelector(
'desc'
);
},
( state, rootClientId ) => [
( state, blocks, rootClientId ) => [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

state.blockListSettings[ rootClientId ],
state.blocks.byClientId,
state.preferences.insertUsage,
Expand Down