Skip to content

Commit 5ec74c1

Browse files
authored
fix(gatsby): allow touching nodes owned by another plugin (#38235)
allow touching nodes owned by another plugin
1 parent 0991178 commit 5ec74c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/gatsby/src/redux/reducers/type-owners.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ export const typeOwnersReducer = (
103103

104104
return typeOwners
105105
}
106-
case `TOUCH_NODE`: {
107-
return setTypeOwner(action.typeName, action.plugin, typeOwners)
108-
}
109106
case `CREATE_NODE`: {
110107
const { plugin, oldNode, payload: node } = action
111108
const { owner, type } = node.internal

0 commit comments

Comments
 (0)