Skip to content

Commit 4e886f7

Browse files
authored
Update CHANGELOG.md
1 parent 95cbcc4 commit 4e886f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,17 @@ The old, 2009 specification for Flexbox is [deprecated and is 2.3x slower than t
181181

182182
We are no longer polyfilling it automatically.
183183

184+
#### I see "Definition for rule 'jsx-a11y/alt-text' was not found (jsx-a11y/alt-text)" in the editor
185+
186+
Follow these steps if you see errors about missing lint rules in the editor.
187+
188+
1. Ensure that in your editor ESLint settings you have "Use Global ESLint" turned off
189+
2. Run `npm install` in your project (or `yarn`)
190+
3. Quit your editor completely (ensure its process doesn't hang around)
191+
4. Start the editor again
192+
193+
If you still have the problem please file an issue.
194+
184195
#### How to turn my app into a [Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
185196

186197
After the regular update procedure above, add these line to `<head>` in `public/index.html`:

0 commit comments

Comments
 (0)