UNPKG

react-use-event-hook

Version:

Same as React's `useCallback`, but returns a stable reference.

9 lines (7 loc) 236 B
// Run all the other tests: import "./useEvent.test"; // Just to make sure our overrides are working: import React from "react"; it(`we're testing React 17`, async () => { expect(React.version).toMatchInlineSnapshot(`"17.0.2"`); });