We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507ec34 commit b5f8b6eCopy full SHA for b5f8b6e
website/components/FakeBrowser/index.js
@@ -139,8 +139,9 @@ class FakeBrowser extends React.Component {
139
paddingLeft={`${PAD*1.25}px`}
140
color={GRAY}
141
type="text"
142
- value={createPathWithQuery(location)}
+ value={createPathWithQuery(this.state.location || location)}
143
onChange={(e) => {
144
+ console.log(e.target.value)
145
this.setState({
146
location: e.target.value
147
})
0 commit comments