Skip to content

Commit

Permalink
Fix warning deduplication in attribute table (facebook#10594)
Browse files Browse the repository at this point in the history
* Fix warning deduplication by eval-ing React

* Move checkbox to the left

* Fix alphabetical sort

* Fix the pooling logic

* Avoid false positive warning due to controlled/uncontrolled switch

* Naming: 15 => Stable, 16 => Next

* Prettier

* Add "Save" button
  • Loading branch information
gaearon authored and flarnie committed Sep 8, 2017
1 parent 557dd63 commit 8cd8831
Show file tree
Hide file tree
Showing 7 changed files with 2,637 additions and 2,516 deletions.
1 change: 1 addition & 0 deletions fixtures/attribute-behavior/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/build
/public/react.development.js
/public/react-dom.development.js
/public/react-dom-server.browser.development.js

# misc
.DS_Store
Expand Down
4 changes: 2 additions & 2 deletions fixtures/attribute-behavior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"file-saver": "^1.3.3",
"glamor": "^2.20.40",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.11",
"react-virtualized": "^9.9.0"
},
"scripts": {
"prestart":
"cp ../../build/dist/{react,react-dom,react-dom-server.browser}.development.js public/",
"prestart": "cp ../../build/dist/{react,react-dom,react-dom-server.browser}.development.js public/",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
Expand Down
Loading

0 comments on commit 8cd8831

Please sign in to comment.