mount

2018-12-02T14:35:40.000100Z

👋 Hi everyone! I'm trying to keep some state "alive" across calls in JS land. In this (abreviated) example, I'm trying to cache the last value, which works when I'm in the REPL/development, but when I release compiled js (on NPM) and import it, it never hits the cache... is this a case for mount?