restaumatic / purescript-specular

A Reflex-Dom inspired UI library for PureScript
MIT License
131 stars 10 forks source link

Fix memory leak in `switch` #21

Closed zyla closed 6 years ago

zyla commented 6 years ago

Sometimes the switch event would execute the subscription effect after its parent unsubscribed from it. Added a flag to detect the situation.

Test Plan: