Skip to content

Commit 389010a

Browse files
Removed testing props from EditableProps.
1 parent d4c415a commit 389010a

File tree

1 file changed

+1
-10
lines changed
  • packages/react-devtools-shell/src/app/EditableProps

1 file changed

+1
-10
lines changed

packages/react-devtools-shell/src/app/EditableProps/index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,7 @@ export default function EditableProps() {
126126
<Fragment>
127127
<h1>Editable props</h1>
128128
<strong>Class</strong>
129-
<StatefulClass
130-
name="Brian"
131-
toggle={true}
132-
newLineStringProp={'Hello \n World'}
133-
nanProp={NaN}
134-
infinityProp={Infinity}
135-
minusInfinityProp={-Infinity}
136-
emptyStringProp={''}
137-
nullProp={null}
138-
/>
129+
<StatefulClass name="Brian" toggle={true} />
139130
<strong>Function</strong>
140131
<StatefulFunction name="Brian" />
141132
<strong>Memoized Class</strong>

0 commit comments

Comments
 (0)