Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hibiken/react-places-autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.0
Choose a base ref
...
head repository: hibiken/react-places-autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 14, 2020

  1. v7.3.0

    hibiken committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    dbb2974 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. fix(browser): Change the key prop on list children to be unique.

    The `key` prop is currently based on the suggestion's `id`. That's not guaranteed to be present and
    is often `undefined`, breaking the uniqueness constraint.Fixes the warning in the browser console:
    `Warning: Each child in a list should have a unique "key" prop`.
    
    [Fixes #335]
    lightcap committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    2480ceb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Merge pull request #338 from lightcap/change/key-prop-to-placeid

    fix(browser): Change the `key` prop on list children to be unique.
    Paul-Taiwo authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    80b530a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    242c0f5 View commit details
    Browse the repository at this point in the history
Loading