From 2add1ed1b913b235f7c491d15c30ab49460bc7ec Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 28 Aug 2017 16:31:08 -0700 Subject: [PATCH] Fix {false} test in attribute table --- fixtures/attribute-behavior/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/attribute-behavior/src/App.js b/fixtures/attribute-behavior/src/App.js index 54d913c067d18..8941d99bb3770 100644 --- a/fixtures/attribute-behavior/src/App.js +++ b/fixtures/attribute-behavior/src/App.js @@ -76,7 +76,7 @@ const types = [ }, { name: 'false', - testValue: 'false', + testValue: false, }, { name: "string 'true'",