feat: improve cms event types (#769)

This commit is contained in:
Daniel Lautzenheiser
2023-04-26 15:12:17 -04:00
committed by GitHub
parent b967b61e51
commit 4444dd791c
5 changed files with 86 additions and 30 deletions

View File

@ -232,7 +232,7 @@ const App = ({
useEffect(() => {
setTimeout(() => {
invokeEvent({ name: 'mounted' });
invokeEvent('mounted');
});
}, []);