Skip to content

1.0.9

Compare
Choose a tag to compare
@LauraBeatris LauraBeatris released this 04 Aug 01:18
· 74 commits to master since this release

The hook module was being exported in the wrong way and leading to errors when trying to import the definitions of the types of the package.

Now, it should be imported as the following example:

import useSelectedItems from "use-selected-items-hook";
import { Item } from "use-selected-items-hook/build/types";