homeflowjs 0.13.27 → 0.13.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.13.27",
3
+ "version": "0.13.28",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
@@ -165,7 +165,7 @@ LocationInput.propTypes = {
165
165
 
166
166
  LocationInput.defaultProps = {
167
167
  placeholder: 'Enter a location...',
168
- pattern: '',
168
+ pattern: null,
169
169
  className: '',
170
170
  suggestions: [],
171
171
  searchOnSelection: false,