Skip to content

Commit f0f7071

Browse files
committed
docs: compile from src with styleguidist
1 parent 7d3c9ee commit f0f7071

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/build/bundle.1981b09c.js renamed to docs/build/bundle.5ba16756.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52900,7 +52900,9 @@ object-assign
5290052900
'Did you include "libraries=places" in the URL?'
5290152901
)
5290252902
var e = l.a.findDOMNode(this),
52903-
t = new google.maps.places.SearchBox(e)
52903+
t = new google.maps.places.SearchBox(
52904+
e.querySelector("input") || e
52905+
)
5290452906
Object(p.d)(SearchBox.propTypes, y, this.props, t),
5290552907
Object(p.a)(this, t, g),
5290652908
this.setState(_defineProperty({}, d.t, t))

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
</head>
88
<body>
99
<div id="app"></div>
10-
<script type="text/javascript" src="build/bundle.1981b09c.js"></script></body>
10+
<script type="text/javascript" src="build/bundle.5ba16756.js"></script></body>
1111
</html>

0 commit comments

Comments
 (0)