This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Description
My impression of flash messages would be to show them only once. In this implementation, I see them only get added but not removed. Am I doing something wrong or am I missing something?
Otherwise, my suggestion would be to remove them when being rendered, so to insert the following line into FlashTag.swift at the end of the function render:
flash.flashes.removeAll()