Erin Doyle

Results 5 issues of Erin Doyle

#### Support plan * *is this issue currently blocking your project?* (yes/no): Yes * *is this issue affecting a production system?* (yes/no): No #### Context * *node version*: v12.19.0 *...

I'm putting some pieces together so please forgive me if I'm just misreading things. I have the following polyfill code: ``` const fillNumberFormatFormatToParts = () => new Promise((resolve) => {...

When the use-onblur-not-onchange rule is enabled it seems to be breaking the react-dates SingleDatePicker component. There are sub-components that are being re-rendered without any of the previously defined props.

bug

With the following `netlify.toml` file: ``` [[plugins]] package = "netlify-plugin-a11y" [plugins.inputs] checkPaths = [ '/index.html', ] ``` I'm receiving the following error: `Error: net::ERR_NAME_NOT_RESOLVED at http://build/index.html` My publish directory is...