Alex Bennett

Results 7 comments of Alex Bennett
trafficstars

This issue is causing us problems now, my only workaround is manually set a total in the frontend state from an initial query as a basis for the page numbers

Experiencing the same issue, but only on one redirect in thousands.

So we ditched this module and wrote our own. In server middleware we have ```const redirects = require('../redirects/data') module.exports = function (req, res, next) { const host = req.headers.host const...

I was having a similar issue but via JSPM - import 'sticky-kit/dist/sticky-kit.js'; does solve my build process not finding the js file, even with the package.json pointing to sticky-kit.js (the...

Also experiencing this. On fresh install, created a new component in a collection, breaks then on reboot as reported. ``` │ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type...