-
The rule `no-extra-parens` currently flags parens around React components spanning multiple lines:
``` js
const component = (
Hello world
)
```
However, [some believe](https://github.com/y…
-
> Publishing Components to npm
>
> Create React App doesn't provide any built-in functionality to publish a component to npm. If you're ready to extract a component from your project so other peopl…
-
See title.
## Expected Behavior
## Current Behavior
## Possible Solution
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Context
## Your Environment
* Ve…
-
Salsa is enabled:
But intellisense fails to offer proper React Elements:
![bildschirmfoto 2016-02-10 um 10 57 12](https://cloud.githubusercontent.com/assets/832234/12946423/a71b58d4-cff4-11e5-866c-…
-
@Team,Is it ok to with you updating .gitignore with another line to ignore .vscode?
I added .vscode(a setting.json file) that helps Visual Studio Code to determine the ReactComponents automaticall…
-
**What version of ESLint are you using?**
2.3.0
**What configuration and parser (Espree, Babel-ESLint, etc.) are you using?**
Babel-Eslint version babel/babel-eslint#d2f90c7239e152b8994f250c69c83604c…
svox1 updated
6 years ago
-
Heya!
Just updated to 1.0a1 to stop seeing the createclass warnings in my console, and all my imports aren't working anymore. It looks like there's now just a `default` export so:
```import { Text…
-
Hi,
Thanks for this awesome library!
I'm creating a component library using an nwb boilerplate (https://github.com/insin/nwb/blob/master/docs/guides/ReactComponents.md#developing-react-component…
-
I found the below bug while debugging on IE 11.
Current Behavior: Type property missing for ReactElement class in IE 11. It is present in all other browsers including Edge.
Expected Behavior: Ty…
-
### Expected behavior
Router Table entries (Router.routes) should remain same if router registry doesn't change.
### Actual Behavior
Router.routes keeps on growing with each logout-login
### St…