Skip to content

Commit

Permalink
feat(core): added event to signal devtools update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Aug 4, 2021
1 parent 9902107 commit 2dff71f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ export const EVENTS = {
after: 'mutation:after',
error: 'mutation:error',
},
devtools: {
update: 'devtools:update',
},
};

0 comments on commit 2dff71f

Please sign in to comment.