Eric Vera
Eric Vera
Thanks @eleith for the workaround! In case someone runs into issues with the solution you also need to set `baseUrl` for this `paths` work. ```json { "compilerOptions": { "baseUrl": ".",...
I had a similar problem that was caused by calling `persistCache()` before `withClientState()` which was causing the defaults to overwrite the persisted data. Posting here in case others are running...
@bkendall @lisajian I just send out a pull request. Happy to work through any design feedback.
In my case since, at least at the moment, I only care about USD I just added a separate validation step before introducing currency.js into the equation using a regular...