Open indapublic opened 6 years ago
Anybody home?
You can pass a children
prop:
const config = {
uid,
title: `${message}`,
position: 'br',
autoDismiss: 0,
dismissible: false,
children: (
<Message
exportJobId={exportJobId}
jobStatus={jobStatus}
uid={uid} />
),
}
dispatch(success(config))
I know that
allowHtml
is supported by react-notification-system, but still receive plain text notification