Buck DeFore
Buck DeFore
@johanforssell You raise a good point, and perhaps it is appropriate for express-jwt-proxy to always parse API responses before handing them off. Up to now I've been receiving them as...
note you'll want to pass `fields: null` instead of `chunkModules: true` in order to generate a full stats file that can be used in the analyzer
I'm no longer using the library, but there's a fork here that bumps to 15 https://github.com/findmypast/redux-async-connect
I see the problem. I was following along with the README, but there it used `createStore` from a `./redux/create` that was not shown. I needed to add it to my...
@sars I think it may be best to check first if `reduxAsyncConnect` exists before acting on it. The use case I'm thinking of is for example with UR, where I...
@sars i'm not proposing removing the loaded check, but rather to add a check that `reduxAsyncConnect` is among the reducer modules that a project has defined. if they have forgotten...
Thanks @exogen for such a quick and thorough response. I had a hunch that the scoping was causing path issues. I've pushed an update to the repos addressing your comments...
I've also created a `no-scope` branch that builds successfully on postinstall with the library name to just `bar`
I also encountered this issue with 1.22.10 where my `~/.config` is a symlink and although a symlink is created in `~/.config/yarn/link` I am unable to register it (or unlink it)....