Skip to content

Commit

Permalink
fix (segmentio#1652): resolve error trim for data object in AutoCompl…
Browse files Browse the repository at this point in the history
…ete component
  • Loading branch information
DevJoaoLopes committed Jul 29, 2023
1 parent b23db01 commit b45b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autocomplete/src/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { memo, forwardRef, useState, useEffect, useCallback } from 'react
import VirtualList from '@segment/react-tiny-virtual-list'
import Downshift from 'downshift'
import fuzzaldrin from 'fuzzaldrin-plus'
import PropTypes, { string } from 'prop-types'
import PropTypes from 'prop-types'
import { Position } from '../../constants'
import { Pane } from '../../layers'
import { Popover } from '../../popover'
Expand Down

0 comments on commit b45b511

Please sign in to comment.