developdeez

Results 28 comments of developdeez

`export default (words) => { const textField = document.createElement("textarea"); textField.innerText = words; document.body.appendChild(textField); textField.select(); document.execCommand("copy"); }; ` Need to hide the textarea but it should work

Im trying to create infinite load going upward like a chat screen I have to do the undefined check at first to load if screen isn't full, which gets the...

``` handleEnd( previousPosition, currentPosition, fetchMore, messages[messages.length - 1].createdAt ) } /> ```

@abhijitborade simply replacing mongoose-timestamp with mongoose-timestamp2, still had the error for me. Maybe I missed something?

> > @abhijitborade simply replacing mongoose-timestamp with mongoose-timestamp2, still had the error for me. Maybe I missed something? > > @developdeez, can you share your query? ``` await User.findByIdAndUpdate(id, {...

@abhijitborade awesome. I'll check it out asap. thanks :)