5ervant | techintel.github.io
Results
3
issues of
5ervant | techintel.github.io
Using [@contentful/rich-text-react-renderer](https://www.npmjs.com/package/@contentful/rich-text-react-renderer). I have to wrap blockquote in `` for allowing me to quote my inputted code without any missing spaces on the output. This results in a *"Warning: Each...
bug
How do you convert `var time = new Date().getTime() * 0.0002` into client time? I've tried the following but have no luck: const d = new Date(); const time =...