I am trying to integrate BlurImageLoader in the following way: ``` {teaType.header} ``` When I had the image as a standard image element, the height of the image was automatically...
I am trying to use `IndexedDbShim` with a react application. I am using [create-react-app](https://github.com/facebook/create-react-app) and this is the main app `index.js` file that runs before everything else: ``` import '@babel/polyfill';...
I am following along with the docs for setting up a standalone express server and ran into an issue. When I try to upload files from localhost using [uppy](https://uppy.io/docs/uppy/#uppy-use-plugin-opts) alongside...
When writing log files into a `.log` file escape characters get added before each line. This bloats the log file considerably, and makes it a bit harder to read. My...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I wish I...