Skip to content

Commit

Permalink
Remove unused import from Pressable.js (facebook#41083)
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
  • Loading branch information
rozele authored and facebook-github-bot committed Oct 20, 2023
1 parent c47bef6 commit 8f41856
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 8f41856

Please sign in to comment.