Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
swap(ctx, state => ({
...state,
notifications: prependItem(state.app.notifications, dialog),
}));
}
swap(ctx, state => ({
...state,
modals: prependItem(state.modals, dialog),
}));
}