You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React changed the way setState callbacks are handled in
version 16. When using react-geosuggest with React < 16
the callbacks were no longer called. In order to maintain
compatibility with React 0.14 and 15, React and ReactDOM
have been moved to peer dependencies.
Closesubilabs#405
Short description
I was trying to search for some addresses, but could not find any.
Expected results
To see search results or error about my daily quota in console.
Actual results
I don't see google search results (only fixtures).
Reproduction steps
Additional Information
I tested with react version 14 and 15 with react-geosuggest v2.9.0 I had no results.
I tried react-geosuggest v2.8.0 everything seem to be working.
Example: https://codesandbox.io/s/p5ym062qox
The text was updated successfully, but these errors were encountered: