Jess Telford

Results 69 issues of Jess Telford

``` TypeError: Cannot read property 'rangeCount' of undefined 85 | 86 | getRange () { > 87 | return this.selection.rangeCount ? this.selection.getRangeAt(0) : document.createRange(); | ^ 88 | } 89...

![Screen Shot 2020-06-09 at 12 01 27 pm](https://user-images.githubusercontent.com/612020/84098887-b25e1200-aa4b-11ea-978c-1f206b358fb9.png) Looks like it's erroring because it's trying to access `document` in the constructor: https://github.com/ashleyw/react-sane-contenteditable/blob/master/src/react-sane-contenteditable.js#L56

Fixes #336 Best viewed with whitespace disabled: https://github.com/react-icons/react-icons/pull/367/files?w=1

enhancement
pending

a-la World Time Buddy: ![select-date](https://user-images.githubusercontent.com/612020/220217479-c3bf6473-b429-4734-a6c2-0f325b62770e.gif)

enhancement

By using the callback to `setState`, updates are only run one at a time once the previous update has completely finished (ie; fully flushed to the DOM, which can take...

Reverting [the revert](https://github.com/Shopify/polaris/pull/12349) of https://github.com/Shopify/polaris/pull/12337, pending stylelint releasing the patch we need: stylelint/stylelint#7824

🤖Skip Comment Check
🤖Skip Major Check

`polaris.shopify.com/scripts/get-props` has [its own `package.json`](https://github.com/Shopify/polaris/blob/main/polaris.shopify.com/scripts/get-props/package.json) (for reasons I'm not entirely certain, but I _think_ it's because it needed a version of a dep that's incompatible with the workspace's version), how...

no-issue-activity