There is an issue if you use snackbar with action together with the dismis:true option.
To reproduce the problem:
- Go to the examples page http://www.michaelmickelson.com/js-snackbar/
- Press "Closing Action with Custom Function" 2 times
- Press on the snackbar at the top on the "I close and act" action
- Press ok on the message box "You've done an action and closed [...]"
- Press on the snackbar at the bottom on the "I close and act" action
- Press ok on the message box "You've done an action and closed [...]"
The Snackbar does not close automatically and remains on sticky.
The console shows the error "Uncaught DOMException: Node.removeChild: The node to be removed is not a child of this node" (line 342 of js-snackbar.sj)

There is an issue if you use snackbar with action together with the dismis:true option.
To reproduce the problem:
The Snackbar does not close automatically and remains on sticky.
The console shows the error "Uncaught DOMException: Node.removeChild: The node to be removed is not a child of this node" (line 342 of js-snackbar.sj)