Skip to content

Commit

Permalink
Remove unused import from Pressable.js
Browse files Browse the repository at this point in the history
Summary:
All callsites for `useImperativeHandle` have been removed, so we can also remove the import from react.

## Changelog
[General][Internal]

Reviewed By: mogers

Differential Revision: D50457268

fbshipit-source-id: edc4a57f2e72213138b7eb896afdaaec2d126161
  • Loading branch information
rozele authored and facebook-github-bot committed Oct 19, 2023
1 parent c068071 commit 85e0d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import useAndroidRippleForView, {
type RippleConfig,
} from './useAndroidRippleForView';
import * as React from 'react';
import {useImperativeHandle, useMemo, useRef, useState} from 'react';
import {useMemo, useRef, useState} from 'react';

type ViewStyleProp = $ElementType<React.ElementConfig<typeof View>, 'style'>;

Expand Down

0 comments on commit 85e0d37

Please sign in to comment.