DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

updated babel-jest version in package-lock.json and fixed issue #823 #827

Closed floydchenchen closed 6 years ago

Darper commented 6 years ago

Can we make the following two changes?

  1. Change let to const when declaring your blacklist variable since it isn't updated later in the code.
  2. Keep the code comment near each blacklist explaining why it's there? Can just copy and paste the one from inside the prop variable declarations you're removing.