Skip to content

Commit

Permalink
Fix hook ID naming convention (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillick committed Apr 25, 2023
1 parent f8a23af commit 63c9f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .core/app/reactium-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ import('reactium-core/sdk').then(
);
},
Reactium.Enums.priority.highest,
'REACTIUM-STATE-INIT',
'REACTIUM_STATE_INIT',
);
},
);
Expand Down

0 comments on commit 63c9f74

Please sign in to comment.