Marnix Heuker of Hoek
Marnix Heuker of Hoek
Hi, I use a config file with an '.env.js' extension and it exports an object with env variables. I noticed that these are set as strings, even though some of...
With normalize.css, button elements in Safari have a default border, whereas in e.g. Chrome they don't. Line 210 of the normalize.css sets `border-style: none;` for Firefox, but I believe that...
**Describe the bug 🐛** I use `@googlemaps/js-api-loader` explicitly on a page where `google-map-react` is not used. However, when I navigate between this page and one that does use `google-map-react` (or...
**Describe the solution you'd like** It would be great if `SitemapIndexStream` would also accept the `hostname` option, just as `SitemapStream` does. I think this would make for a more consistent...
# Requesting a Feature? Hi, I would like to render react-image-lightbox outside of the modal (react-modal). I looked at both the documentation and source code, but it seems like this...
## Community Note * Please do not add additional comments such as "+1" or "me too" to existing issues - instead please vote on the issue by adding a 👍...
# Community Note * Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team...
It would be great if global style as created by `createGlobalStyle`, could be tested in Jest using `toHaveStyleRule`. For example: ``` let wrapper beforeEach(() => { wrapper = mount() })...
Hi, I am trying to test some styled components that are all dependent on a theme with Jest. I am using the jest-styled-components tool. I have read the documentation and...
While this is not technically a bug, I do believe that this is a very important feature for compatibility with `moment` based libraries. **Current behavior** Applying a plugin (using `.extend()`)...