Results 24 issues of Andria

Fixes #336 In all instances where `String#indexOf` was used to determine if a substring existed, I replaced the calls with `String#includes`. Affected files: - live-server.js - test/cli.js - test/acceptance.js -...

In `live-server.js` I noticed that you're using `String#indexOf` to see if an item exists in an array as opposed to the more appropriate **`String#includes`**. I doubt there's enough of a...

The docs for `` are clearly not the correct docs, they show an example for ``: ```jsx import {h, Component} from 'preact'; import IconToggle from 'preact-material-components/IconToggle'; import 'preact-material-components/IconToggle/style.css'; export default...

While on the docs, when you reload the page, the page title reflects what page you are on. When you switch pages, say from _"Button"_ to _"Chips"_, the page title...

I created a component called [**`flickity-slider`**](https://www.webcomponents.org/element/flickity-slider). I tried to follow the demo for creating a demo for it, I got the demo to work locally, however, when I published the...

Old Site

With the Framer API, it appears that there isn't a way to render something like ``, ``, or any other semantic HTML elements with `` — this is likely not...

Based on [the given example from the documentation](https://codesandbox.io/s/zqk53xj9k3?file=/src/index.tsx), the Scroll component does not support use with: - mouse scroll-wheels - arrow keys - the spacebar key - page up+down keys...

We recently ran into an error that dealt with accessing `navigator.language` without ensuring we were in a client environment (the browser, or a place with access to a window). In...

testing

https://github.com/dayhaysoos/gatsby-ecommerce-site/blob/fea28a917e231914ec3c19e06d59c56b02375a68/src/pages/success.js#L6-L9 On your success page, it looks like you're performing a state update during the render of a component. In React, it will warn you when you do this with...

Fixes #676 This fixes #676 by allowing developers to deliberately change just the color of the input's placeholder using `--paper-input-container-input-placeholder-color`.

cla: yes
v4