Jack
Jack
I ran into the same issue. The way I solved it was by changing the isElementInView() to ` function isElementInView(elem, offset, winDimensions) { var rect = elem.getBoundingClientRect(); var bottomline =...
Ok, I found a workaround that works: `const someMisbehavingLibrary = (isServer ? null : require('misbehaving-library').default);`
Maybe this should be added to the ReadMe or tutorial. It took me a lot of time of trial and error to find the solution
_timestamp and _ttl The _timestamp and _ttl fields were deprecated and are now removed. As a replacement for _timestamp, you should populate a regular date field with the current timestamp...
I will need this regardless in the long term, but my team is not ready to move to ES 7 yet and my backlog is looking pretty long. Might take...
@adrai , @bernardocs Please check https://github.com/jackpilowsky/sessionstore/commit/d3cba7ce69a6ba4198e3ea36b2ed9127da3b44e0 I had to make significant changes to the way the library works. Some functions don't work with globbed index names (client.exists and client.get in...