All Downloads are FREE. Search and download functionalities are using the official Maven repository.

utils.generateErrorMeta.js Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
import { initialState } from '../ducks/alerts/store'

export function generateErrorMeta(msg) {
    const metaMsg = { ...initialState, ...msg }

    return {
        alert: {
            messages: [metaMsg],
        },
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy