Brett DeWoody
Brett DeWoody
### Operating system macOS Catalina 10.15.7 ### Eleventy 2.0 ### Describe the bug I'm trying to create a syncronous shortcode to generate a banner image. The image is a remote...
I'm using `storybook-addon-i18n` and have a conditional i18next configuration depending on an environment variable. In Storybook I bundle the translation files. In my actual web app I use the `i18next-xhr-backend`...
I'm only able to display icons using this plugin when I also add a `link` to the Font Awesome CSS file or JS in the CDN, like: or Is this...
I'm attempting to use named exports, like: ``` import { Close } from 'feather-icons-react' ``` in order to reduce our bundle size. But when I analyze our bundle I see...