@richiardiandrea should be in 0.1.15
@tolitius so many thanks!
of course
@loganpowell > trying to keep some state "alive" across calls in JS land in case you don't reload JS, sure you could use mount, or just an atom in case you do reload, might need to take a look at local storage
@tolitius thank you! An atom did the trick .. I just had to instanciate them in the namespace of each function
great, glad it worked