因此,我正在尝试向一组用户发送通知。就我而言,我正在向所有网站管理员发送通知。该通知应该向每个网站管理员发送一封电子邮件,并向我们的Slack频道发送一条消息。
该通知有效,但是我在频道中为每个网站管理员发送了一条消息。
如何发送多封邮件,但只有1条闲置邮件?
null
index.js:1 Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the method `currentTarget` on a released/nullified synthetic event. This is a no-op function. If you must keep the original synthetic event around, use event.persist(). See https://reactjs.org/docs/events.html#event-pooling for more information.